xref: /freebsd/contrib/one-true-awk/testdir/t.ors (revision f126d349810fdb512c0b01e101342d430b947488)
1BEGIN	{ORS="abc"}
2	{print $1, $2, $3}
3