xref: /freebsd/contrib/one-true-awk/testdir/t.ofs (revision 3e8eb5c7f4909209c042403ddee340b2ee7003a5)
1BEGIN	{ OFS = " %% "; ORS = "##" }
2	{ print $1, $2; print }
3