clear() setSpeed(fast) setBackground(red) setPenColor(black) setFillColor(yellow) repeat(17) { forward(200) right(100) }