michael@0: michael@0: function f(x) { michael@0: var a = 4 | x; michael@0: a = +a; michael@0: } michael@0: f(10);