On Thu, 10 May 2007, a b wrote:
Does the "--progressive" flag take effect in <
loop for
(step=400; step<=700; step+=10) > ? On my computer it makes
Gretl crash !
Hmm, good question. The answer is that the "progressive" stuff
was designed for simple count loops, and was not set up properly
for other sorts of loops. However, the manual doesn't say
anything about this restriction, so I'd better make it work for
all loops. Well, I think I've now done that, in CVS and a new
Windows snapshot.
Allin.