Code Sketch


squareActivity1
By: Volney
clear()
showAxes()
setSpeed(fast)

repeat(4)
{
    forward(100)
    right(90)    
}