Greater than tester
Last updated
Last updated
[number/Greater than tester]
Checks if the value received on value
is greater than the value received on reference
. If the values are equal, it outputs false.
Example:
20@0 is received via value
19@0 is received via reference
true@0 is sent via greater
Keywords: number, greater, compare, gt
value: number
The first operand of the comparison.
reference: number
The second operand of the comparison.
is greater: boolean
Sends true if "a" is greater than "b"