Algosim documentation: concat

concat

The concatenation function.

Syntax

Description

concat(a[, b[, …]]) is the concatenation of the arguments, which are either all strings, all vectors, or all lists.

Notice

concat is the function implementing the n-ary ~ operator. See the article for ~ for a complete description.

See also