This shows you the differences between two versions of the page.
| xrpl:printstack [2019/03/04 00:52] – created Karsten75 | xrpl:printstack [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== PrintStack | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | | | [ - ] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Prints all the values from the stack to the prpl output file without removing them. | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl> | ||
| - | #inspect what a function does to the stack | ||
| - | PrintStack # see stack before the call | ||
| - | @MyFunction | ||
| - | PrintStack # see stack after the call | ||
| - | </ | ||