[the] concat of factor
the
concat
of
concat ( expression )
(
)
Factor and expression yield lists of strings.
list
strings
The concat function returns the string concatenation of all of its arguments.
This is the infinite-arity version of the & operator.
&
concatsp, implode, lconcat
concatsp
implode
lconcat