Return
Revision as of 15:01, 16 April 2006 by imported>Dejunai
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 from being processed.
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 from being processed.