On Mon, 19 Oct 2015, Sven Schreiber wrote:
Hi,
noticed this:
<console-output>
gretl-Version 1.10.91cvs
Aktuelle Sitzung: 2015-10-19 18:39
? loop i=1..3
> eval i
> print i
> endloop
i
i = 1.0000000
i
i = 2.0000000
i
i = 3.0000000
</console-output>
Not sure if the 'eval' output here is as it should be.
No, it's not. Funnily enough I noticed that myself just before you
posted. Now fixed in git.
Allin