| |
|
 |
|
| |
|
NOT Operator |
Language
reference |
|
| Syntax
result = NOT expression
or
result = ! expression |
|
| Description:
Performs logical negation on an expression.
The following table illustrates how result is determined:
| If
expression is |
The
result is |
| True |
False |
| False |
True |
|
|
| See also:
bitwise NOT operator, OR
operator, XOR operator,
AND operator |
|
| A operator NOT is a part of kernel
LC Basic. |
|
|