github.com/benhoyt/goawk@v1.8.1/testdata/p.38 (about) 1 { if (maxpop < $3) { 2 maxpop = $3 3 country = $1 4 } 5 } 6 END { print country, maxpop }