Changes

Jump to: navigation, search

Locomotive BASIC

4 bytes added, 14:14, 26 February 2007
/* DRAWR xr, yr, [[i1][,i2]] */
==== DRAWR xr, yr, [[i1][,i2]] ====
 
: Draws a line from current graphics cursor position to current cursor x position + xr, current cursor y position + yr. i1 and i2 as DRAW.
::''Example:'':: <pre>Move 200,200:: DRAWR 100,100,0 - draws a line from 200,200 to 300,300</pre>
==== EDIT line ====
197
edits