github.com/benhoyt/goawk@v1.8.1/testdata/tt.x2 (about) 1 BEGIN { 2 for (i=0; i<10000000; i++) { 3 sum += i*2 4 } 5 print sum 6 }