cleari() setSpeed(fast) setBackgroundH(red,purple) setFillColor(pink) setPenColor(black) repeat(50) { right(59) repeat(8) { forward(60) right(30) } }