User Tools

Site Tools


xrpl:return

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

xrpl:return [2019/03/04 00:58] – created Karsten75xrpl: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 'return' immediately. Useful for aborting function execution or script execution when necessary.  
- 
-=== Examples === 
-<code prpl>trace("42" 
-@MyFunc  
-  
-:MyFunc  
- trace("1" 
- return  
- trace("2" 
-</code> 
  
xrpl/return.1551661096.txt.gz · Last modified: 2025/02/14 14:56 (external edit)