Question: How can I see the result of nested loop?

Hi

I entered this code :

> printlevel := 2:

> for i to 3 do for j to 3 do i*j end do end do;

but it does not show the result

what should I do?

thx

Please Wait...