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