_symtable
index
(built-in)

 
Functions
       
symtable(...)
Return symbol and scope dictionaries used internally by compiler.

 
Data
        CELL = 5
DEF_BOUND = 70
DEF_FREE = 16
DEF_FREE_CLASS = 32
DEF_GLOBAL = 1
DEF_IMPORT = 64
DEF_LOCAL = 2
DEF_PARAM = 4
FREE = 4
GLOBAL_EXPLICIT = 2
GLOBAL_IMPLICIT = 3
LOCAL = 1
OPT_BARE_EXEC = 4
OPT_EXEC = 2
OPT_IMPORT_STAR = 1
SCOPE_MASK = 7
SCOPE_OFF = 11
TYPE_CLASS = 1
TYPE_FUNCTION = 0
TYPE_MODULE = 2
USE = 8