
move_object(3)         C LIBRARY FUNCTIONS         move_object(3)

NAME
     move_object() - move current object to another environment

SYNOPSIS
     void move_object(object item, mixed dest);

DESCRIPTION
     Move the object `item' into the object `dest'.  'item'  must
     be this_object().  move_object may be optionally called with
     one  argument   in   which   case   'item'   is   implicitly
     this_object() and the passed argument is 'dest'.

SEE ALSO
     this_object(3).

Sun Release 4.1           Last change:                          1

