Retrieves the value of a variable from the current document's namespace
This function can be used by a separate-namespace VLX application to retrieve the value of a variable from the current document's namespace.
(vl-doc-ref 'symbol)
The value of the variable identified by symbol.
Command: (vl-doc-ref 'foobar)
"Rinky dinky stinky"
See Also
-
The vl-doc-set function.