Changes

Locomotive BASIC

434 bytes added, 15:24, 27 February 2007
/* Error codes */
* 10 '''Array already dimensioned''' - Arrays can only be DIMensioned once within a program.
* 11 '''Division by zero''' - Trying to divide a number by zero.
* 12'''InvalidDirect command''' - Using a statement as a direct command it is not allowd outside a program.* 13 '''Type mismatch''' - Trying to assign string data to a numeric variable or vice versa.* 14 '''String space full''' - String memory area is full.* 15 '''String to long''' - String may not exceed 256 characters.* 16 '''String expression too complex''' - A string expression need to be broken down into smaller expressions.
== Other Basic Dialects avaliable for the CPC ==
197
edits