aboutsummaryrefslogtreecommitdiff
path: root/testdir/p.38
blob: c49fda4357009f951959326299c6e8a7c6622bbd (plain)
1
2
3
4
5
6
{	if (maxpop < $3) {
		maxpop = $3
		country = $1
	}
}
END	{ print country, maxpop }