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

1.1     ! root        1: procedure main()
        !             2:    local chars, charlist, i, pair
        !             3:    chars := table(0)
        !             4:    while chars[reads()] +:= 1
        !             5:    charlist := sort(chars)
        !             6:    i := 0
        !             7:    while pair := charlist[i +:= 1] do
        !             8:       write(left(image(pair[1]),6),right(pair[2],6))
        !             9: end

unix.superglobalmegacorp.com

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