Keyword: NOR
Nor is a logical "not or" operator which can be used in an expression. It produces the logical negative of the "or" operator. The expression "A nor B" returns True only when both A and B are false.
LRM
7.2
See also
Objects, Data Types and Operators