Chuyển bộ gõ


Từ điển Máy Tính - Foldoc Dictionary
static nested scope



static nested scope

(programming)   Where the scope of an identifier is fixed at compile-time to be the smallest block (begin/end, function, or 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.

This term is used in the Python community.

Compare lexical scope.

Last updated: 2002-02-18



Học từ vựng | Vndic trên web của bạn
© Copyright 2006-2025 VNDIC.NET & VDICT.CO all rights reserved.