I have a list which I want to output. What would be the best way to do this? Also, is it possible to concatenate two lists together? For instance, if I have two separate lists of names.., in Scheme, how could I do something like: list1 += list2 Thank you.