Looks up a symbol in a scope and return its value. If the symbol is not bound in the scope, NULL is returned.
the scope id
the symbol to look up
the value of symbol in the given scope, or NULL if symbol is not bound in the given scope.
Looks up a symbol in a scope and return its value. If the symbol is not bound in the scope, NULL is returned.