This shows you the differences between two versions of the page.
xrpl:true [2019/03/04 01:25] – created Karsten75 | xrpl:true [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | |||
- | ===== true ===== | ||
- | |||
- | ^Arguments^Result^Notation^ | ||
- | | |bool| [ -bool] | | ||
- | |||
- | |||
- | === Description === | ||
- | Pushes a 1 onto the stack. | ||
- | |||
- | === Examples === | ||
- | <code prpl>if (true) | ||
- | trace(" | ||
- | endif | ||
- | </ | ||