Difference between revisions of "Return"
Jump to navigation
Jump to search
(No difference)
|
Revision as of 09:40, 7 February 2006
Syntax:
return
Return is used to force the script to stop processing. This can be useful inside if statements where you want to prevent lines following the return to not be processed.