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

Reply via email to