This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:not [2021/02/05 16:43] – Rmoved discussion tag Karsten75 | crpl:docs:not [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 3: | Line 3: | ||
===== not ===== | ===== not ===== | ||
- | ^Arguments^Result^Notation^ | + | not |
- | |An item on the stack|The NOT of the argument |'' | + | |
=== Description === | === Description === | ||
Line 12: | Line 10: | ||
If the item is TRUE, 0 is pushed to the stack. If the item is FALSE, 1 is pushed to the stack. | If the item is TRUE, 0 is pushed to the stack. If the item is FALSE, 1 is pushed to the stack. | ||
=== Examples === | === Examples === | ||
- | < | + | < |
+ | True not Trace # | ||
False not Trace #prints out 1 (True) to the tracelog</ | False not Trace #prints out 1 (True) to the tracelog</ | ||