clear() setSpeed(superFast) setPenColor(black) setFillColor(red) repeat(100) { repeat(90) { forward(100) right(80) } right(4) } hop(1000)