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