TURTLE GRAPHICS 2.05



ASSIGNMENT:
The lower left corner of this figure is at [0,0]. The following code will make one diagonal row of cubes.
  re 10 [[ re 5 [[ fd 10 rt 90 fd 1 rt 90 fd 10 lt 90 fd 1 lt 90 ]] se 0 fd 10 ]]