Annotation of 43BSD/contrib/icon/book/04/words1.icn, revision 1.1.1.1

1.1       root        1: procedure main()
                      2:    wchar := &lcase ++ &ucase ++ '\'-'
                      3:    while line := read() do {
                      4:       i := 1
                      5:       while j := upto(wchar,line,i) do {
                      6:          i := many(wchar,line,j)
                      7:          write(line[i:j])
                      8:          }
                      9:       }
                     10: end

unix.superglobalmegacorp.com

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