move {positions} {position} [Command]

Moves objects at {positions} to the new {position}. If {position} is a container then the objects are appended to the current contents. If {position} is an index, then the objects are inserted at that index. MOVE is a destructive operation.

Example:

Move every 3rd object in Foo to position 10 in Bar:
Stella [Top-Level]: move foo[::3] bar[10]

See Also:

add, cut, remove


Last Modified: 5-Mar-1998