Oh, thank you!

 

But then I have to share one (the only?) counter-example: Ada

 

 

Ada goto uses "<<label>>" as jump targets

https://www.adaic.org/resources/add_content/standards/05rm/html/RM-5-8.html

 

The Ada break is called "exit [loop_name]"

https://www.adaic.org/resources/add_content/standards/05aarm/html/AA-5-7.html

 

And loops are named "loop_name:" in front of the loop

https://www.adaic.org/resources/add_content/standards/05aarm/html/AA-5-5.html#S0142

 

 

 

-----Ursprüngliche Nachricht-----
Von: Jan Schultke <janschultke@googlemail.com>
Gesendet: Fr 20.12.2024 14:05
Betreff: Re: [std-proposals] Bringing break/continue with label to C++
An: std-proposals@lists.isocpp.org;
CC: Sebastian Wittmeier <wittmeier@projectalpha.org>;
Thank you for these links. I have turned that into
https://eisenwave.github.io/cpp-proposals/break-continue-label.html#against-n3377-breaking-precedent
and added you to the acknowledgements in the draft.