list*
list* : (any ... (listof any) -> (listof any))
purpose:
to construct a list by adding multiple items to a list
Intermediate Student Language