1 2 3 4 5 6 7
BEGIN { x = "0" print x+0 # trigger NUMCUR IGNORECASE = x # should enable ignorecase, since x is a non-null string y = "aBc" print (y ~ /abc/) }