string
builtin-function
(string &rest values)
Returns the concatenation of the pure string representations of each value.
value
make-html > (string "aap" '(1 2 3) 'noot) it: "aap123noot"