Method code for $root.ancestors_descending()

[Turn on line numbering]
arg obj;
var anc;

return filter anc in (.ancestors()) where (anc.has_ancestor(obj));

// $#Edited: 02 Jun 97 10:04 $user_bruce
// $#Edited: 02 Jun 97 10:06 $user_bruce

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

the Cold Dark