Function
lispworks
string-append &rest strings => string
Any number of strings.
A string.
string-append function takes any number of strings and constructs a single string from them. Each of the elements of the strings argument are first coerced into a string using thestring function if they are not already a string.