This shows you the differences between two versions of the page.
| xrpl:lt [2019/03/03 23:13] – created Karsten75 | xrpl:lt [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== lt ===== | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | number number | bool | [ number number - bool ] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Top two items are popped from the stack and 'Less Than' comparison is performed. 0 or 1 is pushed back to the stack where 1 indicates true. | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl>if (1 lt (42)) | ||
| - | trace(" | ||
| - | endif | ||
| - | </ | ||