What would you expect from the following input into the notebook?

CELL 1:
    u = 2+2
    u = 2+3

CELL 2:
print u

If you try something like this at a command line, the first line gives
an error due to the spaces in front. But on my notebook server
(running 4.1), the first cell evaluates without an error, and the
second one returns 4, not 5. ?!

Kiran

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to