Keyword: NOT
Not is a logical "not" operator which can be used in an expression. The expression "not A" returns True if A is false and returns False if A is true.
LRM
7.2
See also
Objects, Data Types and Operators