(rontolisp) docs
← Macros

multiple-value-setq

(multiple-value-setq (var...) values-form)

Assigns the values of values-form to the existing variables with setq and returns the primary value. The producer is recognized like in multiple-value-bind (a literal values call, the two-value built-ins floor/ceiling/round/truncate and gethash); extra variables receive nil.