0201: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
m (1 revision)
 
(No difference)

Latest revision as of 17:46, 28 June 2013

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.