clear() setSpeed(fast) setBackground(blue) setPenColor(black) repeat(18) { setFillColor(green) repeat(5) { forward(100) right(72) } right(360/18) }