Re: goto considered essential

new topic     » goto parent     » topic index » view thread      » older message » newer message

Jason Gade wrote:
> 
> The one instance where I can see goto being useful is where you have several
> conditions or loops and they all have to jump to the same point on an
> exception.
> 

Another instance is when porting code from other languages (like C) that uses
them.  It would save having to re-engineer the program flow, and adding extra
flags to the code to simulate fall through in case statements.

Matt Lewis

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu