michael@0: michael@0: function f() { michael@0: var x; michael@0: var a = x; michael@0: Boolean(a = Number(12.34)); michael@0: } michael@0: f();