declaration-in-block.html   [plain text]


<script>
if (0) { var b; }
var a = b;
document.write("all is well");
</script>