xref: /freebsd/contrib/one-true-awk/testdir/t.max (revision 2a0c0aea42092f89c2a5345991e6e3ce4cbef99a)
1length > max	{ max = length; x = $0}
2END { print max, x }
3