concatenate
The concatenation function.
Syntax
-
concatenate(a[, b[, …]])
-
the arguments are all strings, all vectors, or all lists
-
Description
concatenate(a[, b[, …]])
is the concatenation of the arguments, which are either all strings, all vectors, or all lists.
Notice
concatenate
is the function implementing the n-ary ~
operator. See the article for ~
for a complete description.