Found 1 hit - Term: lexical scope, Database: *, Strategy: prefix
- [1] : The Free On-line Dictionary of Computing (27 SEP 03)
lexical scope
or "static scope" in a lexically scoped
language, the scope of an identifier is fixed at compile
time to some region in the source code containing the
identifier's declaration. this means that an identifier is
only accessible within that region including procedures
declared within it.
this contrasts with dynamic scope where the scope depends on
the nesting of procedure and function calls at run time.
statically scoped languages differ as to whether the scope is
limited to the smallest block including begin/end blocks
containing the identifier's declaration e.g. c, perl or
to whole function and procedure bodies e.g. ?, or some
larger unit of code e.g. ?. the former is known as static
nested scope.
2001-09-07
see also:
scope identifier compile time source code dynamic scope procedure
function run time block begin c
perl static nested scope
Results 1 - 2 of 2 found about lexical scope: Lexical
>> L Words
Lexical, definition of term: Lexical
lexical_pag1.html Lexical Analysi
>> L Words
Lexical Analysi, definition of term: Lexical Analysi
lexical+analysi_pag1.html
Last accessed:2008/07/25 19:37:08 [Total processing time: 1 seconds] |