bas7qck.hlp (Table of Contents; Topic list)
CIRCLE Statement
  Syntax  Details  Example                 Contents  Index  Back
──────────────────────────────────────────────────────────────────────────────
CIRCLE [STEP] (x!,y!),radius![,[color&] [,[start!] [,[end!] [,aspect!]]]]
 
    ■ STEP       Enables use of relative coordinates.
    ■ (x!,y!)    The screen coordinates for the center of the circle or
                 ellipse.
    ■ radius!    A numeric expression; length of radius along x-axis,
                 measured in pixels.
    ■ color&     An integer expression; color code appropriate to the
                 SCREEN mode and installed graphics adapter.
    ■ start!,    Specify the start and end points of an arc as angles
      end!       relative to the horizontal, in radians.
    ■ aspect!    A numeric expression; used to draw ellipses or
                 elliptical arcs (default is circle).
 
See Also    LINE    SCREEN Statement