Keyword: OR
Or is a logical "or" operator that can be used in an expression. The expression "A or B" returns True if (1) A is true, or (2) B is true, or (3) both A and B are true.
LRM
7.2
See also
Objects, Data Types and Operators