Functions

concat

Supported By

Syntax

[the] concat of factor

concat ( expression )

Factor and expression yield lists of strings.

Description

The concat function returns the string concatenation of all of its arguments.

Note

This is the infinite-arity version of the & operator.

See Also

concatsp, implode, lconcat