Grant Edwards <[EMAIL PROTECTED]> writes:

> On 2005-04-21, Sergei Organov <[EMAIL PROTECTED]> wrote:
> 
> > Well, I'm writing for embedded realtime systems in C/C++ and
> > have never encountered a single need to use goto.
> 
> I have encountered situations in C programs where the best
> thing to use was a goto.  Those situations have always been
> handled beutifully by a "raise" in Python.

setjmp/longjump?

-- 
Sergei.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to