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