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

  2. Type meta(tl) followed by the Return key in the Blue Clay Text Input Field. Do this a number of times to make sure you see how this command works.

  3. Define a command called tl which behaves the same as meta(tl). 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 tl followed by the Return key in the Blue Clay Text Input Field If your tl command dosn't work just like meta(tl), fix it. Once your tl command is working, try this.
    1. Type clean followed by the Return key in the Blue Clay Text Input Field.

    2. Type tr,l,tl followed by the Return key in the Blue Clay Text Input Field.

    3. Type tl,l,tr followed by the Return key in the Blue Clay Text Input Field.

    Next define the 'draw above' command.