NOT
Returns the logical negation of an expression.
NOT numeric-expression
Usage:
A=NOT 1
A=NOT B
IF NOT File_input THEN PRINT Prompt$
Example:
NOT.BAS
Description:
If the argument is zero,
NOT
returns a one. If the argument is non-zero,
NOT
returns a zero.
See Also:
AND
,
OR
,
EXOR