1011: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 3: Line 3:
|Illegal [[immediate statement]]
|Illegal [[immediate statement]]
|Use of [[statement]] which does not qualify as an immediate statement.
|Use of [[statement]] which does not qualify as an immediate statement.
|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 (Program)]].  
|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 (program)|line label]].  
|Add the line label. line number, or use a valid immediate statement.
|Add the line label. line number, or use a valid immediate statement.
}}
}}
[[Category:Error Codes]]
[[Category:Error Codes]]

Latest revision as of 21:51, 18 July 2013

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.