aboutsummaryrefslogtreecommitdiff
path: root/testdir/t.else
blob: 391a4ae411d93c545b334d4406e8c7fe7442e43d (plain)
1
2
3
{ if($1>1000) print "yes"
  else print "no"
}