Blue Clay QuArc Intro (Part 2)
Define a command called l (the lower-case letter 'elle') which performs a 'draw left' command. Your l is to behave just like the predfined command called meta(l).
  1. Type clean followed by the Return key in the Blue Clay Text Input Field.

  2. Type meta(l) followed by the Return key in the Blue Clay Text Input Field.

  3. Define a command called l which behaves the same as meta(l). To do this, simply type in your command definition followed by a Return key in the Blue Clay Text Input Field.

  4. Try out your command by typing l followed by the Return key in the Blue Clay Text Input Field If your l command dosn't work just like meta(l), fix it. Once your l command appears to be working, test it further.
    1. Type clean followed by the Return key in the Blue Clay Text Input Field.

    2. Type green,l,blue,l followed by the Return key in the Blue Clay Text Input Field.
    You can be fairly sure your command is sound if the painter drew a green 'left circle' once, and then drew a blue 'left circle' on top of the green one. If something else happend, fix your l command and retest it.

    Once you are sure your l command is working, do this.

    1. Type clean followed by the Return key in the Blue Clay Text Input Field.

    2. Type r,l,d,r,l,h followed by the Return key in the Blue Clay Text Input Field.

    Next define the 'turn left' command.