summaryrefslogtreecommitdiff
path: root/external/historical/nawk/dist/testdir/t.set0b
blob: f6f9a6c74d6c296fdf996d7c6177ba918d951812 (plain)
1
2
3
{x=$1 = $0 = $2; print }
{$0 = $2 = $1; print }
{$(0) = $(2) = $(1); print }