ecl_symbol_value
— C equivalent of symbol-value
ecl_symbol_value(
cl_env_ptr cl_env,
cl_object var)
;
Retrieves the value of the special variable or constant denoted by the symbol var
, in the Common Lisp environment cl_env
.
This function implements the equivalent of symbol-value and works both on special variables and constants.
If the symbol is not bound, an error is signaled.