Operators

!

Supported By

Syntax

! factor

Factor yields a boolean.

Description

The ! 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

not

See Also

bitnot