Method code for $root.uninit_root()

[Turn on line numbering]
var obj;

(| manager.del_managed_obj() |);
catch any {
    for obj in (.managed())
        obj.change_manager($reaper);
}
catch any {
    for obj in (.writers('literal))
        .del_writer(obj);
}
catch any {
    for obj in (.writes())
        obj.del_writer(this());
}
catch any {
    for obj in (.trusted('literal))
        .del_trusted(obj);
}
catch any {
    for obj in (.trusted_by())
        obj.del_trusted(this());
}

// tell $sys we are going away
$sys.sender_going_away();

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

the Cold Dark