First time here? Check out the FAQ!
answered 2011-06-20 17:01:12 +0100
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