Logical negation: NOT
- Last UpdatedJul 23, 2024
- 1 minute read
Returns TRUE if the discrete operand is FALSE, and vice versa. The truth table for this operator is as follows:
|
p |
NOT p |
|---|---|
|
F |
T |
|
T |
F |
Valid operands
Any Discrete value.
Data type of return value
Discrete