shithub: kwa

ref: 6d0ade9e0f10517872304e94c2c5d0e3a14c426d
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)}