list->string
list->string : ((listof char) -> string)
purpose:
to convert a s list of characters into a string
Intermediate Student Language