add {objects} {position} [Command]

Adds {objects} at {position}. If {position} is a container then {objects} are appended to the current contents. If {position} is a container and index, then {objects} are inserted at that index.

Example:

Append objects 1:3 in Bar to Foo:
Stella [Top-Level]: add bar[1:3] foo
Insert Bif and Woof at position 3 in Foo:
Stella [Top-Level]: add bif,woof foo[3]

See Also:

move [Command]


Last Modified: 5-Mar-1998