1. (list 'frog 'toad) yields list (frog toad).
  2. (cons 'salamander (list 'frog 'toad)) yields list (salamander frog toad)