Or

When you have two Boolean expressions, use this keyword to have the system return True if either Boolean expression evaluates to True. If neither expression evaluates to True, OR returns False.

Syntax

OR

There are no parameters for this keyword.

See also