Not(): Difference between revisions

From TinyMUX
Jump to navigation Jump to search
Mark (talk | contribs)
m Fix category.
 
(No difference)

Latest revision as of 01:02, 14 August 2006


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

BOOLEAN VALUES, and(), or(), t(), xor()