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

  1. * oval                                                external
  2. oval(x,y, xRadius,yRadius) draws an oval at point(x,y) with x-radius and
  3. y-radius. It must be in graphics mode.
  4. See also: ellipse.
  5. e.g. graph, oval(200,200,200,100), readchar, text
  6.