I am having trouble using Gap within Sage. Often things fail to print or to
work from Sage even though they do work directly in Gap. How do I report bugs
and get help? Here is a sample program my tutors devised that does not print
under Sage, but works fine directly in Gap:
for n in [1..10] do
for m in [1..10] do
Print(m*n);
Print(" - ");
od;
Print("\n");
od;
(Removing the second Print command makes it work. We have found many other
things like this that seem to fail without explanation.
--
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