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