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

From WikiTI
Jump to: navigation, search
(Created an accurate page for the Circle Function)
 
m (made Byte lower case)
 
Line 2: Line 2:
  
 
== Synopsis ==
 
== Synopsis ==
'''Token size:''' 1 Byte
+
'''Token size:''' 1 byte
  
 
'''Syntax:''' Circle(''x coordinate, y coordinate, radius''
 
'''Syntax:''' Circle(''x coordinate, y coordinate, radius''

Latest revision as of 17:45, 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)