OR is an operator to perform a logical OR on the results returned by two relational operators.

Remarks

  1. This function is used in constraints only.
  2. 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.
  3. Other operators are ANDEQVIMP and XOR

 

Quick links: Functions overview | Attribute overview | Constants overview | Dimensions overview

  • No labels