This shows you the differences between two versions of the page.
xrpl:not [2019/03/03 23:22] – created Karsten75 | xrpl:not [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== not ===== | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | |bool| bool| [bool- bool] | | ||
- | |||
- | |||
- | === 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 prpl>if (not(false)) | ||
- | trace(" | ||
- | endif | ||
- | </ | ||