1*9a7741deSElliott Hughesmaxpop < $3 { maxpop = $3; country = $1 } 2*9a7741deSElliott HughesEND { print country, maxpop } 3