[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
The values returned by SETF
- To: D. Loewenstern <dml@NADC.ARPA>
- Subject: The values returned by SETF
- From: David A. Moon <Moon@STONY-BROOK.SCRC.Symbolics.COM>
- Date: Mon, 24 Aug 87 14:47 EDT
- Cc: common-lisp@sail.stanford.edu
- In-reply-to: <8708241825.AA20419@NADC.ARPA>
Date: Mon, 24 Aug 87 14:25:04 EDT
From: dml@nadc.arpa (D. Loewenstern)
Is the value returned by SETF defined in general, for all standard get/put functions?
Specifically, what is returned by (SETF (VALUES IGNORE X) (VALUES 1 2))?
SETF returns the values of its last subform (CLtL p.97).
SETF of VALUES is an extension to Common Lisp, but that shouldn't change the
rules for what SETF returns.