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