Hi everyone, I’m trying to create a custom <= (less than or equal) block that mimics the behavior of the built-in < block, specifically supporting multiple parameters (variadic inputs).
While the internal logic works perfectly, I’m having an issue with the block’s appearance. When I click the arrows to add more input slots, the <= symbol does not repeat/expand alongside the new parameters (as shown in the image).
How should I modify the block definition to ensure the label appears between every input?
It’s not in a library, just drag and drop a <[] < []> block out, tight click it, click relabel, and then you’ll see an option to relabel it to a <= block (as well as >= and !=).