User Tools

Site Tools


crpl:docs:return

Differences

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

Link to this comparison view

Next revision
Previous revision
crpl:docs:return [2013/01/14 19:06] – created virgilwcrpl:docs:return [2025/02/14 14:57] (current) – external edit 127.0.0.1
Line 1: Line 1:
-TODO+ 
 +<- [[crpl:crplreference| CRPL reference]] <- [[crpl:crplreference#flow_control|Flow Control]] 
 +=====  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> 
 +10 10 GetCreeper eq0 if 
 +   return 
 +endif 
 + 
 +# Do other things 
 + 
 +</code> 
crpl/docs/return.1358190376.txt.gz · Last modified: 2025/02/14 14:56 (external edit)