Method code for $root.new()

[Turn off line numbering]
  1: arg @suffix;
  2: var obj, tmp, objname, mngr, na;
  3: 
  4: // this difference between this and .spawn() is that you
  5: // can override this method to return a frob instead.
  6: (> .will_spawn(sender()) <);
  7: suffix = (> .get_obj_suffix(@suffix) <);
  8: return $sys.spawn_sender(suffix, sender());

["// Created as a part of ColdCore, see: @help Credit"]

the Cold Dark