Subject: bug in for on pre59 built with clisp using cygwin
From: Dan Stanger
Date: Wed, 19 Dec 2001 18:22:32 -0700
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