 
  ■ More than one condition can cause this error:
 
  • You have a label defined within a SUB or FUNCTION
    procedure or DEF FN function and you tried to branch to
    the label from outside the procedure or function.
 
  • You have a RETURN statement with a target line label or
    line number within a SUB or FUNCTION procedure.
 
  • You have used a STATIC statement outside a SUB or FUNCTION
    procedure or DEF FN function, or you have used the SHARED
    statement outside a SUB or FUNCTION procedure.
 
  • You have placed a RUN statement with no specified file
    name within a SUB or FUNCTION procedure or DEF FN
    function.
 
■ If you need additional help, move the cursor to a keyword
  and press F1 to open the Help window.