source: trunk/essentials/sys-apps/gawk/test/opasnidx.awk

Last change on this file was 3076, checked in by bird, 19 years ago

gawk 3.1.5

File size: 53 bytes
Line 
1BEGIN { b = 1; a[b] = 2; a[b++] += 1; print b,a[1] }
Note: See TracBrowser for help on using the repository browser.