previous | index | next

Constructing Lists

Suppose we want to create the list (3).
          (cons 3 __?__)

          (cons 3 ())

Q: Create the list (1 2 3):


previous | index | next