github.com/benhoyt/goawk@v1.8.1/testdata/p.27 (about)

     1  maxpop < $3	{ maxpop = $3; country = $1 }
     2  END		{ print country, maxpop }