Algosim documentation: catenate

catenate

The concatenation function.

Syntax

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