I have some problem with reset():
sage: reset()
sage: x
x
sage: a
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/home/bb/sage-4.3.5/local/lib/python2.6/site-packages/sage/all_cmdline.pyc
in <module>()
NameError: name 'a' is not defined
sage: a=x
sage: a
x
sage: reset()
sage: y
---------------------------------------------------------------------------
NameError Traceback (most recent call last)
/home/bb/sage-4.3.5/local/lib/python2.6/site-packages/sage/all_cmdline.pyc
in <module>()
NameError: name 'y' is not defined
sage: y=x
sage: y
x
There is magically declared a variable x, even after each reset()?
Is this a feature or a bug?
Regards BB
--
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