Is it possible to execute a block of code without the implicit with(global) context that all scripts seem to have by default? For example, in a browser, would t
with(global)
Just use "use strict". More on Strict Mode.
"use strict"