Perl has "next label" and "last label" for loops and "goto label" also works.

 

Also there is Go Language and D.
 

-----Ursprüngliche Nachricht-----
Von: Tiago Freire via Std-Proposals <std-proposals@lists.isocpp.org>
Gesendet: Fr 20.12.2024 12:54
Betreff: Re: [std-proposals] Bringing break/continue with label to C++
An: Jan Schultke <janschultke@googlemail.com>;
CC: Tiago Freire <tmiguelf@hotmail.com>; std-proposals@lists.isocpp.org;
> > It's a unique feature that is being tried to push into C++. No other language does this!
> Wrong. Perl supports exiting loops with "last LABEL" and jumping to statements with "goto LABEL", and the label syntax is always "LABEL:
...".

Perl doesn't have a "break label" or "continue label"

If you have another language that does this, why are those not the ones in the paper?