CIRCLE2 radius
radius
Moves the turtle clockwise along a circle of the given radius. The turtle ends in the same position in which it starts.
A 2D example:
CIRCLE2 100
A 3D example:
PERSPECTIVE REPEAT 72 [CIRCLE2 100 RIGHTROLL 5]