|
Rather than mapping letters
of string to object attributes, letters can be interpreted
as series of instructions. In a turtle graphics system, an
imaginary turtle follows commands that determine its movement.
For instance, one letter could be interpreted to mean 'move
forward', while another letter could imply 'turn right'. The
turtle’s path is thus the sequential interpretation
of a string of letters as commands. |
|