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