On 7/22/05, Paul G <[EMAIL PROTECTED]> wrote:

> > Using Exceptions correctly, I have never felt the need for a GoTo.
> > Exceptions do the same as GoTo, accept, maybe, in a slightly more
> > developed and useful way.
> 
> then you haven't coded anything complex enough to require them. i can tell
> you that they are an absolute necessity when dealing with a lot of nesting,

I've found the state machine to be a wonderful concept for eliminating
the need for gotos.

Reply via email to