home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast2.iso / calculat / sm30a.zip / LINE.KEY < prev    next >
Text File  |  1993-11-07  |  285b  |  6 lines

  1. * line                                                internal
  2. line(x1,y1,x2,y2) draws a line from point (x1,y1) to (x2,y2).
  3. line() is graphics function so it only works on graphics mode.
  4. See also: arc, lineto, linerel, putpixel.
  5. e.g. graph, line(100,100,200,200), readchar, text
  6.