michael@0: function f(x, y) { michael@0: return x; michael@0: } michael@0: var a = 3.3; michael@0: a ? f(f(1, 2), 3) : a;