Less or equal than tester
[number/Less or equal than tester]
Tests whether the value is less or equal than the reference. Example:
19@0 is received via
value
21@0 is received via
reference
true@0 is sent via
less or equal
Keywords: number, tester, less than or eqal, lte
Input ports
value:
number
The value to test against the reference
reference:
number
The reference to compare the value with
Output ports
less or equal:
boolean
Whether the value is less or equal than the reference
Last updated