OR is an operator to perform a logical OR on the results returned by two relational operators.
- This function is used in constraints only.
- The OR (sometimes called Inclusive OR) returns TRUE if one or both of its arguments are TRUE, and returns FALSE only if both arguments are FALSE.
- Other operators are AND, EQV, IMP and XOR
Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview