Scanner.scopeAddSymbol
void scopeAddSymbol(uint scopeId, string symbol, void * value = null)Adds a symbol to the given scope.
Parameters
scopeId | the scope id |
symbol | the symbol to add |
value | the value of the symbol |
void scopeAddSymbol(uint scopeId, string symbol, void * value = null)Adds a symbol to the given scope.
scopeId | the scope id |
symbol | the symbol to add |
value | the value of the symbol |