Next: , Previous: , Up: Operators   [Contents][Index]


6.3.9 Concatenation

The concatenation operators [] (the function concat is an alias) and {} combine elements into larger units, either (numerical or string) arrays, lists, or structures.

Concatenation of strings is performed by addition (Binary Arithmetic).

See also: Square Brackets, concat, Arrays, Lists, Structures, Combining Arrays