-
Notifications
You must be signed in to change notification settings - Fork 18
Logic operator: (operand) (logical operator) (operand)
Jaume Olivé Petrus edited this page Oct 29, 2017
·
3 revisions
This block is a Logic operator block, and a Reporter block, that report the value of the expression resulting to applying the specified logical operator to the specified boolean operands.
This block accepts the following logical operators:
- and: evaluates to true both operands are true.
- or: evaluates to true if one of the operands are true.