TURTLE GRAPHICS 2.09



ASSIGNMENT:
To make the inner circle you type:
   re 40 [[ pu fd 5 pd fd 1 pu bk 6 pd rt 9 ]]
To make the outer circle you type:
   re 60 [[ pu fd 10 pd fd 1 pu bk 11 pd rt 6 ]] 
To make the four lines you use this line with number substituted for XX:
   re XX [[ pu fd 11 pd fd 10 pu bk 21 pd rt XX ]]    
To make the rest of the image substitute the right numbers for the XX:
   re XX [[ pu fd 25 pd fd 20 rt 90 fd 6 bk 6 lt 90 pu bk 46 pd rt XX ]]