1 1 (3)     Number too large
  2 
  3 2 (3)     Incorrect format
  4 
  5 3 (3)     Line number too large
  6 
  7 4 (3)     No line number
  8 
  9 5 (3)     Wrong number of dimensions for "^a"
 10 
 11 6 (3)     Invalid function name "^a"
 12 
 13 7 (3)     Invalid statement
 14 
 15 8 (3)     Invalid variable "^a"
 16 
 17 9 (3)     Line too long
 18 
 19 10 (3)    No <NL> at end of source program
 20 
 21 11 (3)    String constant must end with quote after ^d
 22 
 23 12 (4)    ***COMPILER ERROR
 24 
 25 13 (2)    No end statement
 26 
 27 14 (3)    Program out of order
 28 
 29 15 (3)    Invalid "ASC" function arg
 30 
 31 16 (3)    Invalid operator "^a"
 32 
 33 17 (3)    Invalid character
 34 
 35 18 (3)    Invalid constant
 36 
 37 19 (3)    Too many constants
 38 
 39 20 (3)    Relational required
 40 
 41 21 (3)    Mixed string and numeric expression
 42 
 43 22 (3)    then or goto missing
 44 
 45 23 (3)    Mixed string and numeric assignment
 46 
 47 24 (3)    "=" required
 48 
 49 25 (3)    Unimplemented statement or operator
 50 
 51 26 (3)    Numeric expression required
 52 
 53 27 (3)    String expression required
 54 
 55 28 (3)    File expression required
 56 
 57 29 (3)    Wrong number of arguments for "^a"
 58 
 59 30 (3)    Parenthesis mismatch
 60 
 61 31 (3)    Punctuation not allowed
 62 
 63 32 (3)    Expression too complicated
 64 
 65 33 (3)    Invalid array name "^a"
 66 
 67 34 (3)    Invalid line number
 68 
 69 35 (3)    Line number required
 70 
 71 36 (3)    Too many missing lines
 72 
 73 37 (3)    then, goto, or gosub missng
 74 
 75 38 (3)    Wrong number of dimensions for "^a"
 76 
 77 39 (3)    ":" missing
 78 
 79 40 (3)    String reference required
 80 
 81 41 (3)    "^a" function not allowed
 82 
 83 42 (3)    Numeric variable required
 84 
 85 43 (3)    Next without for
 86 
 87 44 (3)    For-next mismatch
 88 
 89 45 (3)    For without next
 90 
 91 46 (3)    For statements nested too deep
 92 
 93 47 (3)    Too many data items
 94 
 95 48 (3)    Multiple commas not allowed
 96 
 97 49 (3)    Operation not allowed
 98 
 99 50 (3)    Integer constant required
100 
101 51 (2)    Unfinished function definition
102 
103 52 (3)    Fnend without def
104 
105 53 (3)    Nested function definition
106 
107 54 (3)    Function defined twice
108 
109 55 (3)    Invalid argument list
110 
111 56 (3)    Invalid function name  in function definitin
112 
113 57 (3)    Redimensioning illegal
114 
115 58 (3)    Matrix required
116 
117 59 (3)    Numeric matrix required
118 
119 60 (3)    String matrix required
120 
121 61 (3)    Numeric list required
122 
123 62 (3)    Too many local variables or temporaries
124 
125 63 (3)    Array occurs more than once  in sub statement
126 
127 64 (3)    End or subend must be last statement,
128 
129 65 (3)    End not allowed
130 
131 66 (3)    File occurs more than once  in sub statement
132 
133 67 (3)    No subend statement
134 
135 68 (3)    Statement outside of program
136 
137 69 (3)    Sub statement not allowed
138 
139 70 (3)    Subroutine defined more than once
140 
141 71 (3)    Variable occurs more than once  in sub statement
142 
143 72 (3)    String constant required
144 
145 73 (3)    Invalid subroutine name
146 
147 74 (3)    Invalid subroutine parameter
148 
149 75 (3)    Subend not allowed
150 
151 76 (3)    Array "^a" defined twice
152 
153 77 (3)    Too many subroutines
154 
155 78 (3)    Function occurs more than once  in sub statement
156 
157 79 (2)    For without next
158 
159 80 (2)    Undefined function "^a"
160 
161 81 (2)    Undefined line number
162 
163 82 (3)    Function "^a" cannot be passed
164 
165 83 (3)    "=" not found where expected
166 
167 84 (3)    Source program too large
168 
169 85 (3)    Number too small
170 
171 86 (3)    Function "^a" not available yet,
172 
173 95 (3)    Zero power of zero
174 
175 96 (3)    Negative power of zero
176 
177 97 (3)    ***Runtime error deleting temporary file ***
178 
179 99 (3)    Unimplemented run-time operator
180 
181 100 (3)   Subscript out of bounds
182 
183 101 (3)   On evaluated out of range
184 
185 102 (3)   Return before gosub
186 
187 103 (3)   Out of data
188 
189 104 (3)   String too long
190 
191 105 (3)   Incorrect numeric input , retype
192 
193 106 (3)   Incorrect string input , retype
194 
195 107 (3)   Not enough input , add more
196 
197 108 (3)   Too much input , excess ignored
198 
199 109 (3)   Program halted
200 
201 110 (3)   Input line too long , retype
202 
203 111 (3)   Attempt to execute erroneous statement ^d
204 
205 112 (3)   Attempt to transfer to missing line
206 
207 113 (3)   Attempt to execute for without next
208 
209 114 (3)   Exp too small
210 
211 115 (3)   Exp too large
212 
213 116 (3)   Log of zero
214 
215 117 (3)   Log of negative number
216 
217 118 (3)   Atn of zero
218 
219 119 (3)   Sin or cos too large
220 
221 120 (3)   Square root of negative number
222 
223 121 (3)   Power of negative number
224 
225 122 (3)   Tan too large
226 
227 123 (3)   tan too close to singularity
228 
229 124 (3)   Invalid val argument
230 
231 125 (3)   Overflow
232 
233 126 (3)   Useless loop
234 
235 127 (3)   Attempt to transfer to missing function
236 
237 128 (3)   Function arguments incorrect
238 
239 129 (3)   Function return error
240 
241 130 (3)   Stack space exhausted, subroutine/function calls beyond maximum depth
242 
243 131 (3)   Invalid margin
244 
245 132 (3)   File type and usage conflict
246 
247 133 (3)   End-of-file
248 
249 134 (3)   Invalid file name
250 
251 135 (3)   Invalid file number
252 
253 136 (3)   Random file pointer invalid
254 
255 137 (3)   Redimension error
256 
257 138 (3)   Change error
258 
259 139 (3)   Array error
260 
261 140 (3)   Underflow
262 
263 141 (3)   Zero length print using string
264 
265 142 (3)   Invalid field  in print using string
266 
267 143 (3)   Out of room
268 
269 144 (3)   Division by zero
270 
271 145 (3)   Incorrect format for file input
272 
273 146 (3)   Time up
274 
275 147 (3)   Could not open file
276 
277 148 (3)   Cannot write into file
278 
279 149 (3)   Input line too long
280 
281 150 (3)   Subroutine "^a" called with wrong number of parameters
282 
283 151 (3)   Subroutine "^a" called with wrong parameter type
284 
285 152 (3)   Subroutine "^a" cannot be called from ^d
286 
287 153 (3)   A string array cannot be passed to non-basic procedure "^a".  Called from ^d
288 
289 154 (3)   A function cannot be passed to non-basic procedure "^a".  Called from ^d
290 
291 155 (3)   A file cannot be passed to non-basic procedure "^a".  Called from ^d
292 
293 156 (3)   Cannot read from file
294 
295 157 (3)   Cannot close file
296 
297 158 (3)   I/O error
298 
299 159 (3)   Cannot scratch file
300 
301 160 (3)   Subroutine "^A" called with wrong number of arguments.
302 
303 161 (3)   Subroutine "^A" called with incorrect argument type.
304 
305 162 (3)   No descriptors present  in call of subroutine "^A".
306 
307 163 (3)   A string array cannot be received by subroutine "^A".
308 
309 164 (3)   A function cannot be received by subroutine "^A".
310 
311 165 (3)   A file cannot be received by subroutine "^A".
312 
313 166 (3)   Number of digits specified out of range
314 
315 167 (1)   Unimplemented statement ignored
316 
317 168 (2)   Illegal library name
318 
319 169 (2)   Too many constants used.  Limit is 16282 words.
320 
321 170 (2)   Too much storage used for variables.
322 
323 180 (5)   No main program.
324 
325 500       FAKE FINAL MESSAGE TO MAKE REAL LAST MESSAGE PRINTABLE
326 
327           (end)