ubuntu-buildroot/output/build/host-gawk-5.2.0/test/prt1eval.awk

7 lines
81 B
Awk
Raw Normal View History

2024-04-01 15:19:46 +00:00
function tst () {
sum += 1
return sum
}
BEGIN { OFMT = "%.0f" ; print tst() }