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