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