SYNOPSIS
      xmove <object> into <object> [with <method>]

DESCRIPTION
      Moves one object into another or give the reason why the move failed.
      A reasonable moving-method will be used. If you want some special
      method to be used, you may specify it either by just nameing it
      or giving a number. Additional Methods have to be separated by
      either blancs or commas.

EXAMPLES
      xmove $clone into $me
      If you cloned an object with xclone but the object couldn't be moved
      then this can be used to get the reason for it.

      xmove hyp into ^wurzel
      xmove $h.3 into $m with M_NOCHECK M_GET
      xmove $h.2 into $h.3 with 232
