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

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

gawk 3.1.5

File size: 81 bytes
Line 
1function tst () {
2 sum += 1
3 return sum
4}
5
6BEGIN { OFMT = "%.0f" ; print tst() }
Note: See TracBrowser for help on using the repository browser.