Greater than tester

[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:

  1. 20@0 is received via value

  2. 19@0 is received via reference

  3. true@0 is sent via greater


Keywords: number, greater, compare, gt

Input ports

  • value: number

    The first operand of the comparison.

  • reference: number

    The second operand of the comparison.

Output ports

  • is greater: boolean

    Sends true if "a" is greater than "b"

Last updated