Difference between revisions of "Not"
From WikiManual
m |
|||
| (One intermediate revision by one other user not shown) | |||
| Line 1: | Line 1: | ||
| − | + | '''<code>not</code>''' takes the top value on the booleans [[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}} | ||
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:
|