How to create a 'less than or equal' block

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.

That being said, this could probably work:

Which is explained somewhat by this flowchat:

1 Like

Try NOT ( greater than)

There are a number of ways, as @tomconsidine replied, use not greater than
modkit_ex2

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
modkit_ex1

2 Likes