Operators

not

Supported By

Syntax

not factor

Factor yields a boolean.

Description

The not operator evaluates to the logical negation of the given value. If the given value is true, the evaluated value will be false, and vice versa.

Synonym

!

See Also

bitnot