[swift-evolution] Proposal: Replace labels with keywords and "*" suffixes

James Campbell james at supmenow.com
Thu Dec 10 07:17:20 CST 2015


No

On Thu, Dec 10, 2015 at 12:59 PM, Amir Michail via swift-evolution <
swift-evolution at swift.org> wrote:

> For example:
>
> for* … {
>   for** ... {
>     for ... {
>>       if … { break for* }
>       ...
>       if … { continue for** }
>       ...
>     }
>   }
> }
>
> repeat {
>   do {
>     for … {
>       if … { break do }
>       if … { continue repeat }
>     }
>>   }
> } while …
>
>
> _______________________________________________
> swift-evolution mailing list
> swift-evolution at swift.org
> https://lists.swift.org/mailman/listinfo/swift-evolution
>



-- 
 Wizard
james at supmenow.com
+44 7523 279 698
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151210/3a3e2ad3/attachment.html>


More information about the swift-evolution mailing list