Difference between revisions of "83Plus:Basic:Graphics:Circle("

From WikiTI
Jump to: navigation, search
(Created an accurate page for the Circle Function)
(No difference)

Revision as of 17:44, 19 March 2007


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)