michael@0: michael@0: function test() { michael@0: for(var e=1.2; true; e=20.2) { michael@0: if (e > 10) michael@0: break; michael@0: } michael@0: } michael@0: test(); michael@0: