[Turn off line numbering] 1: arg obj; 2: var anc; 3: 4: return filter anc in (.ancestors()) where (anc.has_ancestor(obj)); // Created as a part of ColdCore, see: @help Credit
1: arg obj; 2: var anc; 3: 4: return filter anc in (.ancestors()) where (anc.has_ancestor(obj));