1*9a7741deSElliott Hughes{print $2 " " $1} 2*9a7741deSElliott Hughes{print $1 " " "is", $2} 3*9a7741deSElliott Hughes{print $2 FS "is" FS $1} 4*9a7741deSElliott Hughes{print length($1 $2), length($1) + length($2)} 5