Inverts the boolean value of the argument.
NOT!(TRUE) -> FALSE NOT!(FALSE) -> TRUE
The unary operator NOT has the highest priority.