clear() cleari() setSpeed(fast) setBackground(pink) setFillColor(red) setPenColor(yellow) repeat(50) { right(59) repeat(8){ forward(60) right(30) } }