not

Help Contents Arithmetic Logical Operations not
or2 Linear Operations

not tf


outputs TRUE if the input is FALSE, and vice versa.

Examples:

not false		;true  ;-)
not true		;false  ;-)

See also:

Examples:

References:

or2 Linear Operations