source:
trunk/essentials/sys-apps/gawk/test/opasnidx.awk
Last change on this file was 3076, checked in by , 19 years ago | |
---|---|
File size: 53 bytes |
Line | |
---|---|
1 | BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] } |
Note:
See TracBrowser
for help on using the repository browser.