LogicalOperators
Last updated
Takes the two values ValueA (Boolean) and ValueB (Boolean) as input and determines whether the expression evaluates to TRUE.
And ( ValueA , ValueB )ValueA First part of the evaluation. Type: Boolean
ValueB Second part of the evaluation. Type: Boolean
Boolean
Negates the output of Value.
Not ( Value )Value Negation expression. Type: Boolean
Boolean
Takes the two values ValueA and ValueB as input and determines whether the expression evaluates to TRUE.
ValueA First part of the evaluation. Type: Boolean
ValueB Second part of the evaluation. Type: Boolean
Boolean
Last updated
Or ( ValueA , ValueB )