In article <20cf62c9-76ef-47c7-b9e4-edcc4b99b560@u34g2000yqu.googlegroups.com>, José A. Romero L. wrote: > On 17 Kwi, 18:49, Barry Margolin wrote: > (...) > > > Hmm, be careful with lets inside macros - this will work OK until one > > > of the variables you try to set is named precisely "temp" (no lexical > > > scope, remember?). > > > > Another reason why his version should be a function. > (...) > > I don't think that would make any difference - let binds the same in > functions as it does in macros. Right. You even mentioned non-lexical scoping, although that's actually irrelevant when it's a macro. -- Barry Margolin, barmar@alum.mit.edu Arlington, MA *** PLEASE post questions in newsgroups, not directly to me *** *** PLEASE don't copy me on replies, I'll read them in the group ***