clear() setSpeed(fast) repeat(10) { setFillColor(randomColor) repeat(4) { forward(100) right() } right(36) }