Hi Walter!

On Thursday, June 28, 2012 8:11:55 PM UTC-4, Walter Carlip wrote:
>
> 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.
>

Are you using this in the notebook?   I can confirm this behavior in a %gap 
cell.

There was, once upon a time, a problem with comments - 
see http://trac.sagemath.org/sage_trac/ticket/3752 .  I feel like I've seen 
this before as well in the lists, but can't quite find it yet.  #5043 and 
#3152 are conceivably, but unlikely to be, related.  I'll keep looking.

- kcrisman

-- 
To post to this group, send email to sage-support@googlegroups.com
To unsubscribe from this group, send email to 
sage-support+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/sage-support
URL: http://www.sagemath.org

Reply via email to