MathGroup Archive 2011

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

Search the Archive

Re: work?

  • To: mathgroup at smc.vnet.net
  • Subject: [mg120841] Re: work?
  • From: James Womack <james.c.womack at gmail.com>
  • Date: Fri, 12 Aug 2011 05:06:31 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201108110909.FAA07127@smc.vnet.net>

I always use ClearAll["`*"], with which I have never had any problems.

On 11 August 2011 10:09, Themis Matsoukas <tmatsoukas at me.com> wrote:

> According to
> http://reference.wolfram.com/mathematica/howto/ClearMyDefinitions.html,
> Clear["Global`*"] clears all the definitions made during the current
> Mathematica session. However,
>
> a = 1;
> Clear["Global`*"]
> a
>
> 1
>
> How is Clear["Global`*"] supposed to work?
>
> Thanks
>
>



  • Prev by Date: R: Re: am I correctly perceiving a weakness in FinancialDerivative[] ?
  • Next by Date: Re: Just another Mathematica "Gotcha"
  • Previous by thread: How does Clear["Global`*"] work?
  • Next by thread: Re: work?