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

  1. * moveto                                              internal
  2. moveto(x2,y2) moves from the current x,y to x2,y2.
  3. it 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.