|
From: | Noam Postavsky |
Subject: | Re: Precedence of for clauses in cl-loop |
Date: | Thu, 6 Sep 2018 18:43:53 -0400 |
On 6 September 2018 at 14:33, Plamen Tanovski <pgt@tanovski.de> wrote: > in this simple example > > (cl-loop for y = x > for x in '(1 2) > for z in '(1 2)) > > > the "for in" clauses are executed before the "for =" clause. I disagree. I invite you to prove me wrong.
[Prev in Thread] | Current Thread | [Next in Thread] |