Annotation of 43BSD/contrib/icon/book/01/countm2.icn, revision 1.1.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:    if count > 0 then return count else fail
                      6: end

unix.superglobalmegacorp.com

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