DCode

Covers Engine 2.0.0

not

Lua logical negation.

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