Subject: Re: how to declare ignore for loop?
From: rpw3@rpw3.org (Rob Warnock)
Date: Mon, 19 Jun 2006 23:08:12 -0500
Newsgroups: comp.lang.lisp
Message-ID: <FYednW5hAPEx6QrZnZ2dnUVZ_tydnZ2d@speakeasy.net>
Frank Buss <fb@frank-buss.de> wrote: +--------------- | For destructuring-bind it doesn't work with "nil": | | (destructuring-bind (nil foo) '(1 2) foo) | Error: 1 does not match NIL. +--------------- But in the DESTRUCTURING-BIND case, you always *can* use (DECLARE (IGNORE ...)). -Rob ----- Rob Warnock <rpw3@rpw3.org> 627 26th Avenue <URL:http://rpw3.org/> San Mateo, CA 94403 (650)572-2607