Code Sketch


Drawing a Circle
By: Clinton J. Fernandes
Category: Programming
clear()
repeat(360)
{
    forward(2)
    right (1)  
}