Self-tutoring about awk: the tutor mentions the if(var) condition. Some computer languages allow if(x) as a condition; others insist an explicit comparison, such as if(x!=0). In my experience, awk allows if(x).