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