Jan Brosius a ?crit :
> Hello,
>
>
> when I give into Maxima the following code:
>
> *for q1:-10 while q1<3 do for q2:-10 thru 10 while q2>4 do print([q1,q2]);
> *
> then Maxima doesn't print the [q1,q2] values.
>
> Is this a bug?
No, as soon as q2>4 is not true (which is the case from the begining of
the q2 loop), this loop ends.
Eric
>
>
> Jan
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> Maxima mailing list
> Maxima at math.utexas.edu
> http://www.math.utexas.edu/mailman/listinfo/maxima