Draw Line |
Top Previous Next |
This escape draws a line using the current pen from the current position to the position specified.
Example Draws a line across the top of the page
INPUT "";PX,PY
PRINT "0,0";CHR$(0);
PRINT STR(PX);",0";CHR$(0);
|