Comp sci: awk: if(var)
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).
Jack of Oracle Tutoring by Jack and Diane, Campbell River, BC.