Functions

concatsp

Supported By

Syntax

[the] concatsp of factor

concatsp ( expression )

Factor and expression yield lists of strings.

Description

The concatsp function returns the string concatenation of all of its arguments, with a single space between each argument.

Note

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

See Also

concat, implode, lconcat