Not

From WikiManual
Revision as of 22:31, 20 January 2007 by Sprotiel (talk | contribs) (corrected error)
Jump to: navigation, search

not takes the top value on the conditions stack and inverts it:

  • True not puts False on the stack.
  • False not puts True on the stack.

Logic:

true
false
and
or
not
xor