aboutsummaryrefslogtreecommitdiff
path: root/testdir/p.31
blob: 3d0b32ed5c6f774d643f6c4e0f6dba078fdde8b9 (plain)
1
2
length($1) > max	{ max = length($1); name = $1 }
END			{ print name }