Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The reset command may do what you want.

sage: var('a,b')
(a, b)
sage: x = a+b
sage: x
a + b
sage: reset('x')
sage: x
x