MathGroup Archive 2008

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

Search the Archive

Stopping a running program

  • To: mathgroup at smc.vnet.net
  • Subject: [mg94862] Stopping a running program
  • From: eric <harrytuttle777 at mac.com>
  • Date: Mon, 29 Dec 2008 06:37:47 -0500 (EST)

Hi!  I just made the best program ever. It consists of

While[ 1==1,
   Print["Hi"]
  ]

How do I stop this thing from running.  Is there a CTRL-C in math.

Thanks!
I am using Mathematica 5.0


  • Prev by Date: Re: making 0^0=1 and not indet
  • Next by Date: Re: Computing nCr how?
  • Previous by thread: Re: making 0^0=1 and not indet
  • Next by thread: Re: Stopping a running program