Annotation of 43BSDReno/usr.bin/awk/test/t.break2, revision 1.1

1.1     ! root        1:        { x[NR] = $0 }
        !             2: END {
        !             3:        for (i in x) {
        !             4:                print i, x[i]
        !             5:                if (x[i] ~ /shen/)
        !             6:                        break
        !             7:        }
        !             8:        print "got here"
        !             9:        print i, x[i]
        !            10: }

unix.superglobalmegacorp.com

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