michael@0: // => binds tighter than , (on the other side) michael@0: michael@0: var h = (a => a, 13); // sequence expression michael@0: assertEq(h, 13);