Not()
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()
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).
BOOLEAN VALUES, and(), or(), t(), xor()