Modifying constructor for expression-variable structures.
(change-expression-variable x [:name <name>])
This is an often useful alternative to make-expression-variable.
We construct a new expression-variable structure that is a copy of
This is an ordinary
Macro:
(defmacro change-expression-variable (x &rest args) (std::change-aggregate 'expression-variable x args '((:name . expression-variable->name)) 'change-expression-variable 'nil))