bug in for on pre59 built with clisp using cygwin



This is certainly clisp specific bug. With gcl
all variants
for ... in ...
for ... IN ...
for ... iN ...
for ... In ...
work fine.

Yasuaki Honda wrote:

> Dear Dr. Dan Stanger,
>
> I just noticed that:
>         for u IN x do print(u);
> works fine while
>         for u in x do print(u);
> does not.
>
> Capitalizing both letters looks important. Certainly this should be
> a bug...
>
> Yasuaki Honda
> Japan
>
> On 2001.12.20, at 10:22, Dan Stanger wrote:
>
> >  f(x):=for u in x do print(u); give the following error message:
> > Incorrect syntax: in is an unknown keyword in a DO statement.
> >
> > This works correctly in previous versions.
> > Dan Stanger
> >
> > _______________________________________________
> > Maxima mailing list
> > Maxima@www.math.utexas.edu
> > http://www.math.utexas.edu/mailman/listinfo/maxima
> >
>
> _______________________________________________
> Maxima mailing list
> Maxima@www.math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima

--

[ Vadim V. Zhytnikov  <vvzhy@mail.ru>  <vvzhy@td.lpi.ac.ru> ]