Operators

@

Supported By

Syntax

expression @ expression

Description

The @ operator evaluates to the concatenation of the given lists. If either expression is a single value rather than a list, it will be converted to a list of one value.

Synonym

@@

See Also

: