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:
 {}


Reply via email to