michael@0: var x, a = {}; michael@0: for (var i = 0; i < 9; i++) michael@0: x = a[-3.5] = "ok"; michael@0: assertEq(x, "ok");