Page 2 of 2

Re: Print the contents of a multi-dimensional array

Posted: Thu Jul 28, 2011 12:22 am
by ramarren
Paul wrote:(loop named <name> ...)
Unless I forgot more LOOP than I thought I did, this only names the loop block and allows a named RETURN, and does not allow execution of clauses in a different LOOP context.

Re: Print the contents of a multi-dimensional array

Posted: Thu Jul 28, 2011 2:57 am
by Paul
Ramarren wrote:
Paul wrote:(loop named <name> ...)
Unless I forgot more LOOP than I thought I did, this only names the loop block and allows a named RETURN, and does not allow execution of clauses in a different LOOP context.
Oh, just read the heading and the first paragraph...you're right, you can't do that "collect in" thing with LOOP [the way to do that is (loop ... nconc (loop ... collect ...))]