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

BEGIN	{ z = "stuff" }
{ split ($0, x); print x[3], x[2], x[1] }