$move


Synopsis


$move [object]  new_parent_object

Description

$move moves an existing object in the object hierarchy.

Example


OM(Root) -> group a;
OM(Root) -> int b;
OM(Root) -> $move b a
OM(Root) -> $list a
int b;