freebsd_amp_hwpstate/contrib/awk/test/prt1eval.awk

7 lines
81 B
Awk

function tst () {
sum += 1
return sum
}
BEGIN { OFMT = "%.0f" ; print tst() }