Hi,
OK here's something a little embarassing, because there's a stupid
syntax mistake on my part. However, it's interesting that gretl didn't
complain about the syntax error, only afterwards:
<hansl-wrong>
loop i = 1 to 5 # of course wrong syntax, instead of 1..5
print i # complaint happens here
endloop
</hansl-wrong>
I wonder how gretl interpreted that "1 to 5" part...
thanks,
sven