- The region of a program where a name binding is valid and can be used to refer to an entity. Scope is typically defined by a block, function, or file, depending on the language. Languages may use lexical scope (determined by source code structure) or dynamic scope (determined at runtime).
- Related terms: Lexical scope · Dynamic scope · Local scope · Global scope
- Previous term: SCM
- Next term: Scope creep
- Random term: SFC (webglossary.info/random 🎲)