How to stop execution within a cell?
- To: mathgroup at smc.vnet.net
- Subject: [mg90112] How to stop execution within a cell?
- From: Aaron Fude <aaronfude at gmail.com>
- Date: Sun, 29 Jun 2008 05:36:11 -0400 (EDT)
Hi, Suppose I want to test only the first few lines from a cell. Is there a command that stops execution? I can always comment out the rest, but that's not the right solution. I've looked into Quit, Exit, Return, Stop, Interrupt, End, etc. but none of those are it. Thanks!