Action group: Operators
A logical addition operator (logical OR) that returns True if either operand is True, otherwise it returns False.
Property | Description | Type | Filling example | Mandatory field |
Parameters | ||||
First operand of boolean type | First operand of boolean type | Robin.Boolean | true | Yes |
Second operand of boolean type | Second operand of boolean type | Robin.Boolean | true | Yes |
Results | ||||
Result | Result variable, true - if at least one operand is true, false - otherwise | Robin.Boolean | true |
None.
There is a "Logical variable 1" with value = true and "Logical variable 2" with value = false. It is required to check the expression Logical variable 1=True AND/OR Logical variable 2=True. If the result is positive, print a dialog box with a message - true, if the result is negative, the message is false.
Use the "Disjunction", "If", and "Show message" actions.
Variable value comparison was successful.
A dialog box with the result is displayed.