xref: /freebsd/contrib/one-true-awk/testdir/t.else (revision 05427f4639bcf2703329a9be9d25ec09bb782742)
1{ if($1>1000) print "yes"
2  else print "no"
3}
4