Code Sketch


Square
By: Addison Costa

clear()

showAxes()

setPenColor(green)

setFillColor(red)

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