4.4BSD/usr/src/old/awk/test/t.ofs

BEGIN	{ OFS = " %% "; ORS = "##" }
	{ print $1, $2; print "#x\n" }