Advertise - Dictionary - Resources - Links
define words at indictionary.com
Please use the form below to search our dictionaries by entering a word you wish to define. (If you search this site to define words regularly, support this FREE site - Donate! )
Define Word:
Use dictionary:
 

Or browse by Letter:
A | B | C | D | E | F | G | H | I | J | K | L | M
N | O | P | Q | R | S | T | U | V | W | X | Y | Z




Define the word lexical scope

"lexical scope" foldoc "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)
     
     


Define words free with indictionary.com - Please support this site

Dictionary - Resources - Links

Net Dict by Dennis Bech Iversen. Database powerd by Dict.Org.  - Powered by Thoughtfulmedia - © Copyright Indictionary