; Add a list to an empty list. Note the list remains intact and becomes a list within a list (conj () '(1 2 3 4)) => ((1 2 3 4))
; Add a list to an empty list. Note the list remains intact and becomes a list within a list (conj () '(1 2 3 4)) => ((1 2 3 4))