Not()

From TinyMUX
Revision as of 01:02, 14 August 2006 by Mark (talk | contribs) (Fix category.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


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()