1100

From BR Wiki
Jump to navigation Jump to search

Summary:

Illegal multiple statement operations

Cause:

Illegal multi-statement operation. BR! does not permit the use of Data, Def, Dim, Exit, Form or Option statements on the same program line number as any other statement.

Remedy:

Place the offending instruction on its own program line.