Summary:
Return without GoSub
Cause:
A Return statement occurs without a preceding GoSub statement.
Remedy:
Ensure that the execution of a GoSub statement precedes the processing of each Return statement.