Returns to the command that follows the last executed GoSub command.
Syntax
Return
Example
GOSUB subTest
WHILE TRUE
WAIT 1
ENDWHILE
SubTest:
PRINT "I'll wait until you do something."
RETURN