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.
Basic to TBASIC Reference Manual