This addresses #51 — situations in which a variable is declared inside a block that gets removed, but is used outside the block. (In other words, idiotic code.) Not 100% happy with the implementation, but it works which is the most important thing — can always revisit the internals later.
This addresses #51 — situations in which a variable is declared inside a block that gets removed, but is used outside the block. (In other words, idiotic code.) Not 100% happy with the implementation, but it works which is the most important thing — can always revisit the internals later.