github.com/benhoyt/goawk@v1.8.1/testdata/t.else (about)

     1  { if($1>1000) print "yes"
     2    else print "no"
     3  }