# Create a list from n things on the stack.
# n is an integer
list = (n) ->
listIterator = 0
push(symbol(NIL))
for listIterator in [0...n]
cons()