github.com/benhoyt/goawk@v1.8.1/testdata/t.j.x (about) 1 {i=i+sqrt($1); print i,sqrt($1)} 2 END {print sqrt(i),i}