ant = new Sprite # Draw the ant. drawon ant fd 9 dot crimson, 10 bk 9 dot crimson, 8 bk 10 dot crimson, 12 # sync makes the ant wait # until the turtle is done sync ant, turtle ant.pen orange for [1..5] ant.fd 100 ant.rt 100