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