SYNOPSIS
  int move (string|object dest, int method)

IMPLEMENTED
  All moveable objects.

DESCRIPTION
  The lfun move() is the lfun to be called to move an object.
  The system calls it with <method> 1 to move an object to <dest> in
  case its environment is destructed. If the move succeeds, it has
  to return 1.

  Called by kernel objects.

TODO
  Adapt this to the real move() protocol.
