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