not - luxembourg/muxcode-clm GitHub Wiki

NOT()

FUNCTION: not(<boolean>)

Takes a BOOLEAN value, and returns its opposite. So, if the input is equivalent to TRUE it returns a FALSE(0), and if the input is equivalent to FALSE, it returns a TRUE(1).

Related Topics: BOOLEAN VALUES, and, or, t, xor