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

image\diamond.gif  Objects, Data Types and Operators