Operand types:
a: Boolean
Type of returned value:
Boolean
Description:
not a.
not a is exactly the same as ! a
Example:
not false ...... Result is true.