MathGroup Archive 2011

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

Search the Archive

Re: Quit versus Clear["Global`*"]

  • To: mathgroup at smc.vnet.net
  • Subject: [mg121196] Re: Quit versus Clear["Global`*"]
  • From: Murray Eisenberg <murray at math.umass.edu>
  • Date: Sat, 3 Sep 2011 17:55:39 -0400 (EDT)
  • Delivered-to: l-mathgroup@mail-archive0.wolfram.com
  • References: <201109031205.IAA05310@smc.vnet.net>
  • Reply-to: murray at math.umass.edu

First, Clear, whether for a single object or an entire list of objects, 
does not remove their Attributes, e.g., just their values. You might 
want ClearAll instead.

Second, did you try evaluating one of the following?

   ?Quit
   ?Quit*

Or looking up Quit (or even "quit") in the Documentation Center? That 
will answer your second question!


On 9/3/11 8:05 AM, Themis Matsoukas wrote:
> What is the difference between quitting the kernel and executing Clear["Global`*"]?
>
> Is there a command to quit the kernel, instead of selecting Quit/Local from there Evaluate menu?
>
> Thanks
>

-- 
Murray Eisenberg                     murray at math.umass.edu
Mathematics & Statistics Dept.
Lederle Graduate Research Tower      phone 413 549-1020 (H)
University of Massachusetts                413 545-2859 (W)
710 North Pleasant Street            fax   413 545-1801
Amherst, MA 01003-9305




  • Prev by Date: Re: Assembling PDFs into a PDF document?
  • Next by Date: Re: Mathematica collect function,
  • Previous by thread: Re: Quit versus Clear["Global`*"]
  • Next by thread: Re: Quit versus Clear["Global`*"]