Method code for $root.ancestors_descending()

[Turn off line numbering]
  1: arg obj;
  2: var anc;
  3: 
  4: return filter anc in (.ancestors()) where (anc.has_ancestor(obj));
  5: 
  6: // $#Edited: 02 Jun 97 10:04 $user_bruce
  7: // $#Edited: 02 Jun 97 10:06 $user_bruce

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

the Cold Dark