Changes

Jump to: navigation, search

Locomotive BASIC

191 bytes added, 11:37, 26 February 2007
/* DIM */
: Disables interrupts (but not[ESC]) until re-enabled by EI command or by RETURN at end of an interrupts service routine.
==== DIM v[$](i1[,i2]) ==== : Specifies storage space to be allocated for list or table v[$].i1 is number of rows, i2 is number of columns.If a list or a table is not specified by DIM, i1 and i2 default to 10.]
==== DRAW x,y [,[i1][,i2]] ====
197
edits