Scope

The term for a concept abstracted from the lexical or dynamic scope concept in most programming languages. So a single scope basically combines the effects of implicit lexical closure with the implicit meta-objects chosen, as well as the current module, zone, or any of many other concepts which influence what an expression input to the context takes as its default values.

This page is linked from: Context   Continuation   Escape