Next: Subscripts, Previous: Structure/List Element, Up: Operators [Contents][Index]
The concatenation operators []
(the function concat
is an
alias) and {}
combine elements into larger units, either
(numerical or string
) array
s, list
s, or
struct
ures.
Concatenation of string
s is performed by addition (Binary Arithmetic).
See also: Square Brackets, concat, Arrays, Lists, Structures, Combining Arrays