Using blanks and horizontal tabs

You can put any number of extra blanks or horizontal tabs into awk patterns and actions. For example, you can enter:
{ print $1 , $2 , $3 }