Re: rotatef mystery
- From: Pascal Costanza <pc@xxxxxxxxx>
- Date: Thu, 30 Aug 2007 16:37:38 +0200
Ken Tilton wrote:
Saw this in the doc for rotatef, don't get it:
"If a place produces more values than there are store variables, the extra values are ignored. If a place produces fewer values than there are store variables, the missing values are set to nil. "
OK: (rotatef x y z)
How does a place, say, y produce more values than there are store variables?!
(rotatef (value x x1) (values) y)
Pascal
--
My website: http://p-cos.net
Common Lisp Document Repository: http://cdr.eurolisp.org
Closer to MOP & ContextL: http://common-lisp.net/project/closer/
.
- Follow-Ups:
- Re: rotatef mystery
- From: Pascal Costanza
- Re: rotatef mystery
- References:
- rotatef mystery
- From: Ken Tilton
- rotatef mystery
- Prev by Date: rotatef mystery
- Next by Date: Re: rotatef mystery
- Previous by thread: rotatef mystery
- Next by thread: Re: rotatef mystery
- Index(es):
Relevant Pages
|