bug in for on pre59 built with clisp using cygwin



 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