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