github.com/benhoyt/goawk@v1.8.1/testdata/gawk/sclifin.awk (about) 1 BEGIN { 2 j = 4 3 if ("foo" in j) 4 print "ouch" 5 else 6 print "ok" 7 }