Not Operator

Usage:

not(x)

Returns:

Invers boolean value of x.

Examples:

not(TRUE) // Returns FALSE
not (5<2) // Returns TRUE.