Method code for $classification.classification()

[Turn on line numbering]
var clist, anc, c;

clist = classification;
if (clist.length() == 1) {
    for anc in (.parents())
        clist = clist + ((c = (| anc.classification() |)) ? c : []);
}
return clist;

// $#Edited: 24 Sep 99 14:14 $user_stephen

[]

the Cold Dark