[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Mentioning name twice in multiple-value-setq
- To: common-lisp@sail.stanford.edu
- Subject: Mentioning name twice in multiple-value-setq
- From: K. Shane Hartman <SHANE@JASPER.PALLADIAN.COM>
- Date: Thu, 29 Jan 87 01:11 EST
- Reply-to: K. Shane Hartman <SHANE%JASPER@LIVE-OAK.LCS.MIT.EDU>
(multiple-value-setq (x x) (values 1 2))
Is the value of x defined after executing the previous form?
If so, what is the value? The same question could be asked of
multiple-value-bind.
-[Shane]->