DRAW_LINE xStart, yStart, xEnd, yEnd
Purpose Draw a line from (xStart, yStart) to (xEnd, yEnd)
Parameters
xStart, yStart - (x, y) coordinates of the beginning of the line
xEnd, yEnd - (x, y) coordinates of the end of the line.
Examples DRAW_LINE 0,0,64,32
Comments:
Note: The origin is at the upper-left hand corner of the screen.

backbutton.gif (507 bytes)  Basic to TBASIC Reference Manual