Function move:
Defined in module move (file: /std/object/move.c)

move(dest, relation) moves this object to be 'relation' ("in", "on", etc)
to the object dest, if possible.  If it fails, it returns a string
error message or zero; if it succeeds it returns 1.

Prototype:
varargs mixed move(mixed dest, string where);
