Reverse Lexical Order

Manfred Nowak svv1999 at hotmail.com
Tue Jul 16 03:29:05 PDT 2013


On Tuesday, 16 July 2013 at 07:19:05 UTC, Jacob Carlborg wrote:
> The docs say: "Any intervening finally clauses are executed,

This does not solve:
/begin{ code}


markA:
if( exp1) goto markB;
if( exp2) goto markC;
...
scope ...
...

markB:
if( exp3) goto markA;
if( exp4) goto markC;
...
scope ...
...

markC:


/end{ code}

where all expi are pairwise different.
-manfred


More information about the Digitalmars-d-learn mailing list