Annotation of 43BSD/contrib/icon/book/f/depth.icn, revision 1.1

1.1     ! root        1: procedure depth(ltree)
        !             2:    local count
        !             3:    count := 0
        !             4:    every count <:= 1 + depth(ltree[2 to *ltree])
        !             5:    return count
        !             6: end

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.