clear() setSpeed(fast) showAxes() //This is a Square setFillColor(green) setPenColor(black) repeat(4) { forward(120) right(90) }