std-symbol-value | ![]() |
std-symbol-value is the fast way to evaluate any symbol. It returns the current symbol value.
(setq myvar 1) (std-symbol-value 'myvar) => 1
In Visual Lisp it is builtin as vl-symbol-value, in Vital Lisp as vlx-symbol-value.
sym: any quoted symbol.
The value bound to the symbol.
None.
(std-require 'STDINIT)
Defined in STDINIT