83Plus:Basic:Graphics:Circle(
From WikiTI
Revision as of 16:44, 19 March 2007 by Nyquist562 (Talk | contribs)
Synopsis
Token size: 1 Byte
Syntax: Circle(x coordinate, y coordinate, radius
Draws a circle at the specified location, with coordiantes x,y at the vertex.
Outputs:
A circle at x,y with a radius as specified.
Example
Draws a circle starting at (2,-1) with a radius of 3:
:Circle(2,-1,3)