To properly display this page you need a browser with JavaScript support.
HTBasic Help
×
Menu
Index
Search
Search
Reference
HTBasic Keywords
NOT - Returns the logical negation of an expression.
Previous page
Next page
Print version
(c) TransEra Corp, 2021
To properly display this page you need a browser with JavaScript support.
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