Not(): Difference between revisions
Jump to navigation
Jump to search
m Fix category. |
(No difference)
|
Latest revision as of 01:02, 14 August 2006
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()