On Tue, 2 Aug 2011, Summers, Peter wrote:
> Sometimes a tool to forcibly terminate a running script would
come very
handy, too. Maybe a combined "Start/Stop" button or something alike.
I found myself looking for the "stop" button just yesterday ;-).
From a programmer's point of view, the question is: where should
we
stick the handlers for aborting a script? Is everyone who's putting
forward this idea thinking in terms of breaking out of a gretl loop?
Notice that you have a "break" command for loops, so with some
foresight you can arrange a conditional breakout if things are not
going well.
Allin Cottrell