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