Lists
(car L)
returns the head of the list L
(cdr L)
returns the tail of the list L
(null? L)
returns true iff L is the empty list