Difference between revisions of "Not"
From WikiManual
m |
(corrected error) |
||
Line 1: | Line 1: | ||
− | + | '''<code>not</code>''' takes the top value on the conditions [[stack]] and inverts it: | |
− | + | *<code>True not</code> puts <code>False</code> on the stack. | |
− | + | *<code>False not</code> puts <code>True</code> on the stack. | |
− | |||
− | |||
− | |||
− | |||
− | |||
{{Logic}} | {{Logic}} |
Revision as of 21:31, 20 January 2007
not
takes the top value on the conditions stack and inverts it:
True not
putsFalse
on the stack.False not
putsTrue
on the stack.
Logic:
|