Hi, I found a strange bug. If you have Magma installed, then please copy and paste the following 6 six lines into your Sage notebook. Shift- entering it results in a "bad syntax" error.
%magma function t() a:=1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7; end function; But the following 6 lines is ok. %magma function t() a:=1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6+7+8+9+0+1+2+3+4+5+6; end function; The difference is the length of the line starting with "a:=...". Please someone confirm this bug. I am using Sage 4.1.1 on intel Mac Pro 64bit. Kwankyu --~--~---------~--~----~------------~-------~--~----~ To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel-unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URLs: http://www.sagemath.org -~----------~----~----~----~------~----~------~--~---