Routines |
Prev: 06952 | Up: Map | Next: 07030 |
Used by the routine at STMT_LOOP.
The report 'Nonsense in BASIC' is given if the required separator is not present. But note that when syntax is being checked the actual report does not appear on the screen - only the 'error marker'.
|
||||||||
SEPARATOR | 07023 | RST 24 | The current character is fetched and compared to the entry in the parameter table. | |||||
07024 | CP C | |||||||
07025 | JP NZ,REPORT_C | Give the error report if there is not a match. | ||||||
07028 | RST 32 | Step past a correct character and return. | ||||||
07029 | RET |
Prev: 06952 | Up: Map | Next: 07030 |