michael@0: (function () { michael@0: var x = 1 || 1.2; michael@0: true ? ~x : x; michael@0: x >> x; michael@0: })();