| Nr. | Bedeutung |
|---|---|
| 0 | Kein System-Speicher mehr |
| 1 | Im String fehlt ein " |
| 2 | Verschachtelte DEFINEs sind nicht zulässig |
| 3 | Tabelle für globale Variablen ist voll |
| 4 | Tabelle für lokale Variablen ist voll |
| 5 | Syntaxfehler in der SET-Direktive |
| 6 | Falsches Format in der Deklaration |
| 7 | Fehlerhafte Argumentenliste |
| 8 | Nicht deklarierte Variable |
| 9 | Eine Variable wurde anstelle einer Konstante genutzt |
| 10 | Nicht erlaubte Zuweisung (auch fehlende Klammer bei Proc- oder Func-Aufruf) |
| 11 | Unbekannter Fehler Fehler kann aus einer benutzten Systemroutine resultieren. |
| 12 | THEN fehlt |
| 13 | FI fehlt |
| 14 | Kein Codespeicher mehr |
| 15 | DO fehlt |
| 16 | TO fehlt |
| 17 | Ausdruck oder Format falsch. |
| 18 | Offene Klammer. |
| 19 | OD fehlt |
| 20 | Kann Speicher nicht zuweisen |
| 21 | Nicht zulässige ARRAY-Referenz |
| 22 | File für Input zu lang. In Stücke aufteilen |
| 23 | Nicht erlaubter bedingter Ausdruck |
| 24 | Nicht erlaubte FOR-Syntax |
| 25 | Nicht erlaubtes EXIT. Keine DO-OD-Schleife |
| 26 | Mehr als 16 Schachtelungen |
| 27 | Nicht erlaubte TYPE-Konstruktion |
| 28 | Nicht zulässiges RETURN |
| 61 | Kein Speicher mehr für die Symboltabelle |
| 128 | <BREAK>-Taste wurde zum Programmabruch benutzt (*GO) |
| # | Error codes |
|---|---|
| 0 | Out of system memory. |
| 1 | Missing " (double quote) " in a string. |
| 2 | Nested Defines. You cannot nest the Define directive. |
| 3 | Global variable symbol table full. |
| 4 | Local variable symbol table full. |
| 5 | Set directive syntax error. |
| 6 | Wrong declaration format. |
| 7 | Invalid argument list. |
| 8 | Variable not declared. |
| 9 | A variable was used where a constant of some kind was required. |
| 10 | Illegal assignment. |
| 11 | Unknown error. System error routines have been impaired so an error can't be defined. |
| 12 | Missing THEN |
| 13 | Missing FI. |
| 14 | Out of code space. |
| 15 | Missing DO. |
| 16 | Missing TO. |
| 17 | Bad expression. Illegal expression format. |
| 18 | Unmatched parenthesis. |
| 19 | Missing OD. |
| 20 | Can't allocate memory. |
| 21 | Illegal array reference. |
| 22 | Input file too large. Break it up. |
| 23 | Illegal conditional statement. |
| 24 | Illegal FOR statement syntax. |
| 25 | Illegal EXIT. No DO ‐ OD loop for the EXIT to EXIT out of. |
| 26 | Nesting too deep (16 levels maximum). |
| 27 | Illegal TYPE syntax. |
| 28 | Illegal RETURN. |
| 61 | Out of Symbol Table space. |
| 128 | BREAK key was used to stop program execution. *Go |