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

1.1       root        1:        { x[NR] = $0 }
                      2: END {
                      3:        for (i = 1; i <= NR; i++) {
                      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.