Difference between revisions of "Not"
From WikiManual
(corrected error) |
|||
| Line 1: | Line 1: | ||
| − | '''<code>not</code>''' takes the top value on the | + | '''<code>not</code>''' takes the top value on the booleans [[stack]] and inverts it: |
| − | *<code> | + | *<code>true not</code> puts <code>false</code> on the stack. |
| − | *<code> | + | *<code>false not</code> puts <code>true</code> on the stack. |
{{Logic}} | {{Logic}} | ||
Latest revision as of 15:38, 10 November 2007
not takes the top value on the booleans stack and inverts it:
true notputsfalseon the stack.false notputstrueon the stack.
Logic:
|