83Plus:Basic:Graphics:Circle(

From WikiTI
Jump to: navigation, search


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)