118
Note:
This is often used with conditional statements.
12. (0)<=(0)
(1) Description: Return the condition “True” if the first value is less than or equal to the second value; otherwise, “False” is
returned.
(2) Return value: Boolean
(3) Example: Accelerate rotation
If the chassis is rotating at a rate less than or equal to 540 degrees/s, it will increase by 60 degrees/s per second while rotating to
the right for 3 seconds at a time until the maximum value of 600 degrees/s is achieved and acceleration stops.