| ?SYNTAX ERROR | Reference/BASIC Error Messages
This error occurs when BASIC is unable to interpret a command or statement. This usually occurs when there is a missing quotation mark, missing or extra brackets in an expression, or misspelling a BASIC keyword. It can also occur if either the SPC function or TAB function is used as part of a variable expression.
PRIMT"TEST" Causes the error, as PRINT is misspelled
PRINT A+(B-(C) Causes the error, as there is a missing bracket
11 |
| |
Copyright © Plus/4 World Team, 2001-2024. Support Plus/4 World on Patreon |