Not

Description
Returns the logical NOT of its argument.
Tags
Operators
Type
Checkbox
Syntax
not boolean not(boolean)
Example
not true == false
Template Example