Method code for $classification.classification()

[Turn off line numbering]
  1: var clist, anc, c;
  2: 
  3: clist = classification;
  4: if (clist.length() == 1) {
  5:     for anc in (.parents())
  6:         clist = clist + ((c = (| anc.classification() |)) ? c : []);
  7: }
  8: return clist;
  9: 
 10: // $#Edited: 24 Sep 99 14:14 $user_stephen

[]

the Cold Dark