In SICP exercise 2.26, this Scheme code is given:
(define x (list 1 2 3)) (define y (list 4 5 6))
Then this cons call is given:
<
I found the diagrams in the Emacs Lisp tutorial particularly helpful when learning Lisp.