! factor
!
Factor yields a boolean.
boolean
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.
true
false
not
bitnot