shithub: kwa

ref: 246f891f014fe56d6778f3576b4fa6def8b19bf3
dir: /test/t.cat/

View raw version
{print $2 " " $1}
{print $1 " " "is", $2}
{print $2 FS "is" FS $1}
{print length($1 $2), length($1) + length($2)}