Reverse Lexical Order

Jonathan M Davis jmdavisProg at gmx.com
Mon Jul 15 17:59:44 PDT 2013


On Monday, July 15, 2013 14:48:08 Manfred Nowak wrote:
> Jonathan M Davis wrote:
> > gotos in such a context seem like a bit
> > of a nightmare to me though.
> 
> I did realize this nightmare. Therefore the assurance in the docs
> is probably true only in the absence within the scope of at least
> gotos to targets within the scope.

Well, I'd have to study exactly how goto works to say how exactly it would 
interact with stuff like try-catch. I've pretty much only used goto with case 
statements and loops and haven't spent the time trying to sort out all of its 
idiosyncracies. I guess that I should add that to be my todo list.

- Jonathan M Davis


More information about the Digitalmars-d-learn mailing list