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