This shows you the differences between two versions of the page.
| xrpl:gte [2019/03/03 23:01] – created Karsten75 | xrpl:gte [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== gte ===== | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | |number number| bool| [number number- bool] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Top two items are popped from the stack and ' | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl>if (2 gte (2)) | ||
| - | trace(" | ||
| - | endif | ||
| - | </ | ||