xref: /netbsd-src/external/historical/nawk/dist/testdir/t.cat (revision cef8759bd76c1b621f8eab8faa6f208faabc2e15)
1{print $2 " " $1}
2{print $1 " " "is", $2}
3{print $2 FS "is" FS $1}
4{print length($1 $2), length($1) + length($2)}
5