lexical scope (Or "static scope") In a lexically scoped language, the of an is fixed at to be the smallest (begin/end or function/procedure body) containing the identifier's declaration. This means that an identifier declared in some block is only accessible within that block and from procedures declared within it. Opposite of . See . (1995-05-09)