-
Notifications
You must be signed in to change notification settings - Fork 18
Logic operator: (operand) (relational operator) (operand)
Jaume Olivé Petrus edited this page Oct 29, 2017
·
1 revision
This block is a Logic operator block, and a Reporter block, that compares two operands using an specified relational operator.
This block accepts the following relational operators:
- =: evaluates to true if first operand is equal to the second operand.
- ≠: evaluates to true if first operand is not equal to the second operand.
- <: evaluates to true if first operand is less than the second operand.
- ≤: evaluates to true if first operand is less than or equal to the second operand.
- >: evaluates to true if first operand is greater than the second operand.
- ≥: evaluates to true if first operand is greater than or equal to the second operand.