michael@0: function f(x) { michael@0: x = 2 ^ x++; michael@0: if (x) {} michael@0: } michael@0: f(1.1);