Syntax
'LINE'(x0,y0,x1,y1)
Description
The 'LINE' mnemonic draws a line starting at the first coordinate extending to the second coordinate. The cursor is left at x1,y1.
| Parameter | Description | 
| x0 | Horizontal position of the first coordinate (start point) of a line. | 
| y0 | Vertical position of the first coordinate (start point) of a line. | 
| x1 | Horizontal position of the second coordinate (end point) of a line. | 
| y1 | Vertical position of the second coordinate (end point) of a line. |