xref: /freebsd/contrib/one-true-awk/testdir/p.31 (revision 4d846d26)
1length($1) > max	{ max = length($1); name = $1 }
2END			{ print name }
3