symbolTable

symbolTable() -- constructs an hash table containing the global symbol table.

Each key is a string containing the name of a symbol, and the corresponding value is the symbol itself.

See also SymbolTable.

Go to main index.

Go to concepts index.