hello_triangle 182 B

123456789101112
  1. (object triobj)
  2. (colour triobj 1 0 0)
  3. (shape-triangle triobj)
  4. (draw triobj)
  5. (location triobj 2 0 0)
  6. (object another)
  7. (colour another 0 1 0)
  8. (shape-triangle another)
  9. (draw another)