home *** CD-ROM | disk | FTP | other *** search
- * line internal
- line(x1,y1,x2,y2) draws a line from point (x1,y1) to (x2,y2).
- line() is graphics function so it only works on graphics mode.
- See also: arc, lineto, linerel, putpixel.
- e.g. graph, line(100,100,200,200), readchar, text
-