0201

From BR Wiki
Revision as of 17:46, 28 June 2013 by Laura (talk | contribs) (1 revision)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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.