Changes

Jump to: navigation, search

Locomotive BASIC

No change in size, 08:09, 20 December 2006
/* DRAWR xr, y2, [[i1][,i2]] */
::DRAW 500,400,0 - draws a line from 0,0 to 500,400
==== DRAWR xr, y2yr, [[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:''