A version of setenv$ that is an event.
;; Sets the value of the environment variable VAR to the string VAL. ;; Note: This only seems to affect VAR within a book. (defmacro setenv$-event (var val) `(value-triple (setenv$ ,var ,val)))