string-append
string-append : (string ... -> string)
purpose:
to juxtapose the characters of several strings
Intermediate Student Language