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