DEBSOURCES
Skip Quicknav
sources / goawk / 1.29.0-1 / testdata / tt.x2_sum_loop
123456
BEGIN { for (i=0; i<10000000; i++) { sum += i*2 } print sum }