Sets a variable in the blackboard namespace
Supported Platforms: Windows and Mac OS
(vl-bb-set 'symbol value)
Type: Symbol
A symbol naming the variable to be set.
Type: Integer, Real, String, List, Ename (entity name), T, or nil
Any value, except a function.
Type: Integer, Real, String, List, Ename (entity name), T, or nil
The value you assigned to symbol.
(vl-bb-set 'foobar "Root toot toot") "Root toot toot" (vl-bb-ref 'foobar) "Root toot toot"