Re: ClearAll["Global`*"] does not clear all in version 6
- To: mathgroup at smc.vnet.net
- Subject: [mg84935] Re: ClearAll["Global`*"] does not clear all in version 6
- From: nigol <dario.buttari at gmail.com>
- Date: Sun, 20 Jan 2008 03:36:24 -0500 (EST)
- References: <fmkfkd$a11$1@smc.vnet.net>
In Mathematica 6.0.1 CirclePlus is associated to the System context, and not the Global context: In[1]:= Context[CirclePlus] Out[1]= "System`" therefore ClearAll["Global`*"] should not work. Dario