Return
Revision as of 16:53, 3 April 2016 by imported>ZuTheSkunk (Created page with "{{Function |origin = GECK1 |summary = '''Return''' is used to force a script to stop processing from that line on. It does not JUST terminate the current block, it terminate...")
< [[::Category:Functions|Category:Functions]]
A function included in the GECK version 1.1.0.36.
Description
Return is used to force a script to stop processing from that line on. It does not JUST terminate the current block, it terminates everything within that script that is placed below the line in which Return is called, including any blocks.
Syntax
Return