Changes

Jump to: navigation, search

Locomotive BASIC

109 bytes added, 10:13, 23 October 2012
/* MOVE x,y [[,i1][,i2]] */
: Moves the graphic cursor to position x,y. The parameter i1 may be used to change the pen (drawing) colour. The parameter i2 specifies the logical colour, as in DRAW.
 
: 4 drawing styles:
<pre>
i2 = 0 normal colour
i2 = 1 XOR colour
i2 = 2 AND colour
i2 = 3 OR colour
</pre>
==== <code>MOVER</code> ====
205
edits