Hacker News new | ask | show | jobs
by apgwoz 5281 days ago
You cannot be prevented from using the original global FOO, because you choose the local variable names you use in a piece of code.

Unless you're using a system in which non-hygienic macros are present and they expand into it...