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

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

gawk 3.1.5

File size: 70 bytes
Line 
1BEGIN {
2 i = 2
3 a[i] = 5
4 a[i] /= 2
5 printf "a[%s] = %f\n", i, a[i]
6}
Note: See TracBrowser for help on using the repository browser.