<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class=""><blockquote type="cite" class="">What “break" currently does can be unclear. For example, “break” without a label in do {…} doesn’t just break out of the do.<br class=""></blockquote><div class=""><br class=""></div>Because `do` isn't a loop.<div class=""><br class=""><div class="">
<div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font color="#929292" class=""><br class="Apple-interchange-newline">Pozdrawiam – Regards,</font></div><div style="color: rgb(0, 0, 0); font-family: Helvetica; font-size: 12px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: auto; text-align: start; text-indent: 0px; text-transform: none; white-space: normal; widows: auto; word-spacing: 0px; -webkit-text-stroke-width: 0px;" class=""><font color="#929292" class="">Adrian Kashivskyy</font></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">Wiadomość napisana przez Amir Michail via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; w dniu 10.12.2015, o godz. 14:28:</div><br class="Apple-interchange-newline"><div class=""><div class=""><br class=""><blockquote type="cite" class="">On Dec 10, 2015, at 8:20 AM, Kevin Wooten &lt;<a href="mailto:kdubb@me.com" class="">kdubb@me.com</a>&gt; wrote:<br class=""><br class="">Curios as to what you see the advantage of this is, over labels? Seems to me it only saves a few keystrokes at the expense of clarity.<br class=""></blockquote><br class="">What “break" currently does can be unclear. For example, “break” without a label in do {…} doesn’t just break out of the do.<br class=""><br class="">Also, I really don’t like coming up with label names. They tend to be uninteresting.<br class=""><br class=""><blockquote type="cite" class=""><br class="">Given the stated goals of Swift I don’t imagine this would be an interesting proposal for many.<br class=""><br class=""><blockquote type="cite" class="">On Dec 10, 2015, at 5:59 AM, Amir Michail via swift-evolution &lt;<a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a>&gt; wrote:<br class=""><br class="">For example:<br class=""><br class="">for* … {<br class="">for** ... {<br class=""> &nbsp;for ... {<br class=""> &nbsp;&nbsp;&nbsp;…<br class=""> &nbsp;&nbsp;&nbsp;if … { break for* }<br class=""> &nbsp;&nbsp;&nbsp;...<br class=""> &nbsp;&nbsp;&nbsp;if … { continue for** }<br class=""> &nbsp;&nbsp;&nbsp;...<br class=""> &nbsp;}<br class="">}<br class="">}<br class=""><br class="">repeat {<br class="">do {<br class=""> &nbsp;for … {<br class=""> &nbsp;&nbsp;&nbsp;if … { break do }<br class=""> &nbsp;&nbsp;&nbsp;if … { continue repeat }<br class=""> &nbsp;}<br class=""> &nbsp;…<br class="">}<br class="">} while …<br class=""><br class=""><br class="">_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></blockquote><br class=""></blockquote><br class="">_______________________________________________<br class="">swift-evolution mailing list<br class=""><a href="mailto:swift-evolution@swift.org" class="">swift-evolution@swift.org</a><br class="">https://lists.swift.org/mailman/listinfo/swift-evolution<br class=""></div></div></blockquote></div><br class=""></div></body></html>