, (Object control)
Appends a value to the end of a list, with an empty name. The list will be modified.
Arguments
list
is a builtin-list or a structure to append to.The
value
to append.
Return values
list
is the same builtin-list or a structure provided as an argument, with the new value appended.
Example
Output:
( 1 2 )
( 1 2 3 )
( 1 2 3 )