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