NOT operator

Synopsis
This operator performs a logical NOT operation.
Variations
NOT Bool
Performs a logical NOT operation.
Parameters
Bool

Specifies a boolean value.

Supported types: Boolean.
Returns
Returned types: Boolean.
Examples
1.

The following example returns False.

NOT True
2.

The following example returns True.

NOT False