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