NOT

Synopsis
NOT boolean
Description

Outputs TRUE if the input is FALSE, and vice versa. The input must be a boolean value.

Example
SHOW NOT "true
false
SHOW NOT "false
true

SourceForge.net Logo