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? Jan