Constructs a single string from a number of strings.
Package
lispworks
Signature
string-append &rest strings => string
Arguments
strings
Any number of strings.
Values
string
A string.
Description
The 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 the string function if they are not already a string.
LispWorks Reference Manual (Windows version) - 14 Dec 2001