function f(x) { print typeof(x) y = x print typeof(x) } BEGIN { print typeof(x) f(x) }