pu
lt 90
fd 200
rt 90
repeat 72 [ 
  fd 20 
  rt 5

  // set the ellipse rotate amount so it's 
  // the same as the current turtle direction...
  logo circrotate turtledir

  pd; ellipse 80 20; pu
  wait 2
  ]
