|
[Date Index]
[Thread Index]
[Author Index]
Abort,Halt,Stop,Exit???
- To: mathgroup at yoda.physics.unc.edu
- Subject: Abort,Halt,Stop,Exit???
- From: MRSMA at canal.crc.uno.edu
- Date: Thu, 12 Nov 1992 16:47 CST
often in programming, a statement like the following appears:
if condition then stop
(remember fortran?)
using Exit[] or Quit[] for the 'stop' will terminate Mma. (not good)
using Return[expr], Break[], Throw[] for the 'stop' might go under the
appropriate conditions.
using Goto[Label[some label]] for the 'stop' with "some label" at the 'end'
could work.
any comments?
sincerely,
mrsma at uno
Prev by Date:
geostatistics package?
Next by Date:
Re: Pade Approximants
Previous by thread:
geostatistics package?
Next by thread:
mma v.2.1 's possible bug ?
|