Algosim documentation: concatenate

concatenate

The concatenation function.

Syntax

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.

See also