This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:not [2013/01/14 19:01] – created virgilw | crpl:docs:not [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TODO | + | |
| + | <- [[crpl: | ||
| + | ===== not ===== | ||
| + | |||
| + | not | ||
| + | |||
| + | === Description === | ||
| + | Pops one item from the stack, treats it as a boolean value, ' | ||
| + | |||
| + | If the item is TRUE, 0 is pushed to the stack. If the item is FALSE, 1 is pushed to the stack. | ||
| + | === Examples === | ||
| + | <code 4RPL> | ||
| + | True not Trace # | ||
| + | False not Trace #prints out 1 (True) to the tracelog</ | ||