Alertra Script Language 1.9

return

Returns execution of the script to the next statement after the last gosub statement.

If there is no 'gosub' in effect when 'return' is called, a runtime error will result.

usage: return

examples

return

Resumes execution of the script with the statement following the last 'gosub'.


Alertra Script Language: Language Reference