[Gretl-devel] is loop_maxiter really honored?

Sven Schreiber svetosch at gmx.net
Sat Feb 9 16:26:30 EST 2008


I'm not complaining when gretl is tolerant, but I'm really wondering why 
the following script works in the sense that all 20 loop iterations are 
performed, when I thought it should be interrupted after 10:

set loop_maxiter 10
i=1
loop 20
   print i
   i = i+1
end loop

thanks,
sven


More information about the Gretl-devel mailing list