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

  1. * arc                                                 internal
  2. arc(x,y,angle1,angle2,radius) draws a circular arc from angle1 to angle2
  3. with radius at point(x,y). The angles are counter-clockwise with 0 degrees
  4. at o'clock, 90 degrees at 12 o'clock, and so on.
  5. It only works on graphics mode.
  6. See also: arc, ellipse, line, lineto, linerel, putpixel.
  7. e.g.
  8. IN:  graph, arc(100,100,0,180,100), readchar, text
  9.