There was an error while loading. Please reload this page.
compiles to:
b0.value = b1.value.length; for (var a0 = (+b0.value || 0); a0 >= 0.5; a0--) { b0.value = "bwah"; }
Doesn't realize that the variable is always an integer at the time it gets evaluated
Unclear if this comes up in real projects