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