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
value  (any Lisp value or expression)  the Lisp value to be assigned

Return

returns value

Example

(vl-doc-set 'calcResult 1.234)  1.234

Remarks

this function also works identical if executed in current document NameSpace;
see (vl-doc-ref) function



©  Bricsys NV. All rights reserved.