This shows you the differences between two versions of the page.
| xrpl:return [2019/03/04 00:58] – created Karsten75 | xrpl:return [Unknown date] (current) – removed - external edit (Unknown date) 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | |||
| - | ===== return | ||
| - | |||
| - | ^Arguments^Result^Notation^ | ||
| - | | | | [ - ] | | ||
| - | |||
| - | |||
| - | === Description === | ||
| - | Stops execution of a function call and returns immediately. If called from some place other than a function, it will stop the script execution and ' | ||
| - | |||
| - | === Examples === | ||
| - | <code prpl> | ||
| - | @MyFunc | ||
| - | |||
| - | : | ||
| - | trace(" | ||
| - | return | ||
| - | trace(" | ||
| - | </ | ||