& (Object control)
Concatenates texts or lists.
Arguments
value0
is the first value to concatenate, can be a builtin-list or a String.value1
is the second value to concatenate, must be of the same type as value0
.
Return values
value2
is the concatenation result, according to the arguments.
Example
Output:
( 1 2 3 4 )
"1234"