Returns the current value bound to a symbol
(vl-symbol-value symbol)
eval function, but does not call the LISP evaluator.
This function is equivalent to theArguments
Any LISP symbol.
Return Values
The value of symbol, after evaluation.
Examples
_$ (vl-symbol-value 't)
T
_$ (vl-symbol-value 'PI)
3.14159
_$ (progn (setq sym 'PAUSE) (vl-symbol-value sym))
"\\"