Less Than or Equal To leq The leq command will test if the left number is less than or equal to the right number. Returns 1 if true, 0 if false. Function Arguments leq(left_operand, right_operand) This is equivalent to left_operand <= right_operand Algebraic Example leq(3, 4) RPN Example 3 4 leq