1126

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:

Missing LOOP statement

Cause:

Missing LOOP statement. A DO statement appears with no corresponding LOOP statement.

Remedy:

Remove the DO statement or add the missing LOOP statement.