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