Syntax
not <value>Available in
- Executable DCode bodies
Native C++
Compiles to C++ !, which treats numeric zero as false. Use not (flag == 1) for an explicit boolean condition.
Example
not not <value>Compiles to C++ !, which treats numeric zero as false. Use not (flag == 1) for an explicit boolean condition.
not