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

  1. * moverel                                             internal
  2. moverel(dx,dy) moves from the current x,y to x+dx,y+dy.
  3. it is graphics function so it only works on graphics mode.
  4. See also: arc, line, lineto, putpixel.
  5. e.g. graph, moverel(10,10), linerel(100,100), readchar, text.
  6.