[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The values returned by SETF
- To: dml@nadc.arpa (D. Loewenstern)
- Subject: Re: The values returned by SETF
- From: Pavel.pa@Xerox.COM
- Date: Mon, 24 Aug 87 13:07:36 PDT
- Cc: common-lisp@sail.stanford.edu
- In-reply-to: <8708241825.AA20419@NADC.ARPA>
Specifically, what is returned by
(SETF (VALUES IGNORE X) (VALUES 1 2))?
Common Lisp does not define the behaviour of SETF of VALUES. Do you
have a question about one of the ccases that IS defined?
Pavel