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