Method code for $world.parse_realms()

[Turn off line numbering]
  1: arg value, action, @args;
  2: var obj, list;
  3: 
  4: obj = (> $object_lib.to_dbref(value) <);
  5: if (!obj.is($realm))
  6:     throw(~set, "The object '" + obj + "' is not a realm object.");
  7: return obj;

// Created 17-Dec-1996 as a part of ColdCore, see: @help Credit

Tlon