CIRCLE radius
Draws a circle based on the turtle's position and the radius
input.
The center-point of the circle is the turtle's current position.
CIRCLE does not move the turtle.
A 2D example:
CIRCLE 100
A 3D example:
PERSPECTIVE
REPEAT 36 [CIRCLE 100 RIGHTROLL 5]
CIRCLE2 |