0201

From BR Wiki
(Redirected from 201)
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.