vl-doc-set
(vl-doc-set 'varName value)
This function assigns value to the specified
variable varName in the current document NameSpace.
|
Arguments |
varName (symbol) name of a Lisp variable to be assigned
the value |
|
Return |
returns value |
|
Example |
(vl-doc-set 'calcResult 1.234) 1.234 |
|
Remarks |
this function also works
identical if executed in current document NameSpace; |
| © Bricsys NV. All rights reserved. |