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