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