■ The program just executed a RETURN statement without
executing a GOSUB statement.
■ Possible solutions:
• Insert a GOSUB statement and disable all other entry
points to the SUB procedure where the RETURN statement
is defined.
• Delete the RETURN statement.
■ If you need additional help, move the cursor to a keyword
and press F1 to open the Help window.