[ next ] [ language reference ] [ table of contents ]
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.
return
Resumes execution of the script with the statement following the last ‘gosub’.
Alertra Script Language: Language Reference