Annotation of 43BSDReno/usr.bin/awk/test/t.for1, revision 1.1.1.1

1.1       root        1: {
                      2:        i = 1
                      3:        for (;;) {
                      4:                if (i > NF)
                      5:                        next
                      6:                print i, $i
                      7:                i++
                      8:        }
                      9: }

unix.superglobalmegacorp.com

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