Kjetil Torgrim Homme wrote:
okay, I suggest:
Variables are only visible to the currently running script.
Note: Future extensions may provide different scoping rules for
variables.
by omitting the middle sentence, we avoid getting into dangling
definitions (what's a "file"), and we also don't rule out the
possibility of a block local scope.
Ok, sounds like a reasonable compromise.