==== 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 ====