Home
Manpages
About
(root)/
gawk-5.2.2/
test/
prt1eval.awk
function tst () { sum += 1 return sum } BEGIN { OFMT = "%.0f" ; print tst() }