One last bit of data for anyone who might be able to explain or fix this.
In the previous message, all of the bits of
code work when wrapped inside a function, i.e., this works:
tabl := function()
local n,m;
for n in [1..10] do
for m in [1..10] do
Print(m*n,"\t");
Print("x");
od;
Print("\n");
od;
end;
tabl();
-- Walter
--
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org