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