Not Operator
basicsyntax
crystalsyntax
Usage:
not(x)
Returns:
Invers boolean value of x.
Examples:
not(TRUE) // Returns FALSE not (5<2) // Returns TRUE.