logical-not(a)


Negates the value of a. Parameter a is interpreted as Boolean.

Description of Parameters


Parameter

Description

a

Value.

Examples


Parameter a

Result

true

false

false

true

1

false

0

true