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