Hacker News new | ask | show | jobs
by tbrownaw 3859 days ago
Right. As gp says, "local" is dynamic scoping.

It's available as long as the declaration stays on the call stack. It more-or-less allows globals to be temporarily redefined.

1 comments

Think locally, act globally.