Method code for $root.spawn()

[Turn off line numbering]
  1: arg @suffix;
  2: var obj, tmp, objname, mngr, na;
  3: 
  4: (> .will_spawn(sender()) <);
  5: suffix = (> .get_obj_suffix(@suffix) <);
  6: return $sys.spawn_sender(suffix, sender());

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

Tlon