(root)/
gawk-5.2.2/
test/
sclifin.awk
BEGIN {
	j = 4
	if ("foo" in j)
		print "ouch"
	else
		print "ok"
}