1011: Difference between revisions
		
		
		
		Jump to navigation
		Jump to search
		
| m (1 revision) | No edit summary | ||
| (One intermediate revision by the same user not shown) | |||
| 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]].   | |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. |