Scieneer Common Lisp 1.3.9 online documentation symbol-value variable [Function] The variable must evaluate to a symbol. This symbol's current special value is returned.
(setf (symbol-value g99) g98) [Function]
|
| symbol-value variable | [Function] |
The variable must evaluate to a symbol. This symbol's current special value is returned.
| (setf (symbol-value g99) g98) | [Function] |