1011
Jump to navigation
Jump to search
Summary: |
Illegal immediate statement |
---|---|
Cause: |
Use of statement which does not qualify as an immediate statement. |
Remedy: |
Statements without line numbers are immediate statements; Business Rules! attempts to execute them immediately. Certain statements such as GOSUB and DEF cannot be acted upon immediately, and are therefore valid only with a line number or line label. |