22.11.12.3 Negation (not)

Inverts the value. 0 (zero) is regarded as 1, and other values as 0.

not N1: Result is 0 if N1 is 1, and 1 if N1 is 0.

For example

if (not (Operation))