Returns the current value bound to a symbol
Supported Platforms: Windows and Mac OS
(vl-symbol-value symbol)
Type: Symbol
Any LISP symbol.
Type: Integer, Real, String, List, File, Ename (entity name), T, or nil
The value of symbol, after evaluation.
This function is equivalent to the eval function, but does not call the LISP evaluator.
(vl-symbol-value 't) T (vl-symbol-value 'PI) 3.14159 (progn (setq sym 'PAUSE) (vl-symbol-value sym)) "\\"