concat
concat is a built-in function in `C source code
'.
(concat &rest SEQUENCES)
Concatenate all the arguments and make the result a string.
The result is a string whose elements are the elements of all the arguments.
Each argument may be a string or a list or vector of characters (integers).