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

1.1       root        1: BEGIN {
                      2:        x["apple"] = 1;
                      3:        x["orange"] = 2;
                      4:        x["lemon"] = 3;
                      5:        for (i in x)
                      6:                print i, x[i]
                      7:        exit
                      8: }

unix.superglobalmegacorp.com

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