'LINE' |
Define/Draw a Line |
GUI Display/Printer
'LINE'(x,y,x,y[,x,y ...])
Where:
x,y |
Sets of x,y coordinates in graphical units. Numeric expression. |
Use 'LINE' to draw (print) a line on the device (e.g. terminal). Use graphical units or @X(col) / @Y(line) functions for the various coordinates. The 'LINE' mnemonic draws these lines using the current 'PEN' attributes.
@X(col) / @Y(line) Convert X/Y Coordinates
'PEN' Define Pen Style
print 'line'(224,450,355,420,210,400)