NOT

NOT(arg1) → { number | string | boolean }

Changes FALSE to TRUE, or TRUE to FALSE.

Parameters:

Name Type Description
arg1 boolean

Is a value or expression that can be evaluated to TRUE or FALSE.

Returns:

Type
number | string | boolean