freebsd-dev/contrib/awk/test/sclifin.awk
1997-10-14 18:17:11 +00:00

8 lines
68 B
Awk

BEGIN {
j = 4
if ("foo" in j)
print "ouch"
else
print "ok"
}