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

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