Name

not — Logical not

Synopsis

not number

Description

The not command performs a logical not on the argument given to it.

Example

hecl> not 0
1
hecl> not 1
0
hecl> not 4
0