We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
LESSER-OR-EQUAL? value1 value2
Returns TRUE if the first value is less than or equal to the second value.
LESSER-OR-EQUAL? is a native value.
#SOURCE
lesser-or-equal?: make native! [ [ {Returns TRUE if the first value is less than or equal to the second value.} value1 value2 ] ]