Annotation of 43BSD/contrib/icon/book/01/countm1.icn, revision 1.1

1.1     ! root        1: procedure countm(s)
        !             2:    count := 0
        !             3:    while line := read() do
        !             4:       if match(s,line) then count := count + 1
        !             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.