Re: Multiple value setf



danb <sogwaldan@xxxxxxxxx> writes:

On Jan 10, 12:23 pm, Mitch <mitch...@xxxxxxxxxxx> wrote:
Specifically (setf capi:pinboard-pane-size) can be given
x and y values.

What do you mean by "given"?

LispWorks documents capi:pinboard-pane-size at:
http://www.lispworks.com/documentation/lw445/CAPRM/html/capiref-238.htm

Near the end of the page, there is this sample subform:
(setf (capi:pinboard-pane-size po)
(values new-x new-y))

Two values are being "given".
.