github.com/benhoyt/goawk@v1.8.1/testdata/t.incr3 (about) 1 { s = 0 2 for (i=1; i <= NF; s += $(i++)) 3 ; 4 print s 5 }