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 > >
- References:
- How does Clear["Global`*"] work?
- From: Themis Matsoukas <tmatsoukas@me.com>
- How does Clear["Global`*"] work?