How can a “Less than or equal” block be created in the block view of VEX Coding Studio?
What context are you trying to use it in? How you’d go about making it might vary depending on its use case.
Try NOT ( greater than)
There are a number of ways, as @tomconsidine replied, use not greater than
or use a combination of less than or equal to
or finally, if you want to edit the block in the text tab, just add the equal sign to the less than symbol
2 Likes