xref: /freebsd/contrib/one-true-awk/testdir/t.next (revision 02e9120893770924227138ba49df1edb3896112a)
1$1 > 5000	{ next }
2{ print }
3