Code Sketch


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

repeat(6)
{
    forward(100)
    right(360/6)    
}