[OT] Swift removing minor features to piss me off

Adam D. Ruppe via Digitalmars-d digitalmars-d at puremagic.com
Thu Apr 28 15:49:19 PDT 2016


On Thursday, 28 April 2016 at 22:37:41 UTC, H. S. Teoh wrote:
> Of course, in an ideal world you'd have a "forever" keyword 
> instead, but using up an entire keyword just for this one 
> specific kind of loop seems a little excessive.

forever: {
   // stuff
   goto hell; // who needs break?????
   // more stuff
} goto forever;
hell:
  {}




More information about the Digitalmars-d mailing list