Method code for $root.spawn()

[Turn on line numbering]
arg @suffix;
var obj, tmp, objname, mngr, na;

(> .will_spawn(sender()) <);
suffix = (> .get_obj_suffix(@suffix) <);
return $sys.spawn_sender(suffix, sender());

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

the Cold Dark