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

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