This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:not [2013/01/14 19:10] – external edit 127.0.0.1 | crpl:docs:not [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <- [[crpl: | ||
===== not ===== | ===== not ===== | ||
- | ^Arguments^Result^Notation^ | + | not |
- | |One items on the stack|The NOT of the argument |'' | + | |
+ | === Description === | ||
+ | Pops one item from the stack, treats it as a boolean value, ' | ||
- | === Description === | + | If the item is TRUE, 0 is pushed to the stack. If the item is FALSE, |
- | Pops one items from the stack, treats it as a boolean value, ' | + | |
=== Examples === | === Examples === | ||
- | < | + | < |
+ | True not Trace # | ||
+ | False not Trace #prints out 1 (True) to the tracelog</ | ||