MathGroup Archive 2008

[Date Index] [Thread Index] [Author Index]

Search the Archive

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


  • Prev by Date: Re: Tracing a Cycloid
  • Next by Date: Re: Tracing a Cycloid
  • Previous by thread: ClearAll["Global`*"] does not clear all in version 6
  • Next by thread: Version 6 graphics can be painfully slow