next up previous

12.1.21 Boolean Not

The not function returns the symbol TRUE if its argument evaluates to FALSE, otherwise it returns the symbol FALSE.

Syntax

(not <expression>)


next up previous