This shows you the differences between two versions of the page.
| xrpl:eq0 [2019/03/03 22:00] – created Karsten75 | xrpl:eq0 [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== eq0 ===== | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | |number| bool| [number- bool] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Top item is popped from the stack and Compared to 0. 0 or 1 is pushed back to the stack where 0 indicates false and 1 indicates true. | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl>if (0 eq0) | ||
| - | trace(" | ||
| - | endif | ||
| - | </ | ||