For Loop Trouble mistake in previous e mail



>>>>> "Ben" == Ben Blomberg <bblomberg1 at niu.edu> writes:

    Ben> Sorry I sent an e-mail and a large part of it got cut off. It

That didn't seem to help. :-(

Please send again and be sure you have the whole for loop expression.

FWIW, this prints something out for me (but I'm not using wxMaxima):

for i:1 while i < 3 do for j:1 while j < 2 do print(i,j);

Ray