[swift-evolution] Proposal: Improve switch control flow	substituting fallthrough with a more safe one
    Alex Martini 
    amartini at apple.com
       
    Tue Dec 15 15:29:45 CST 2015
    
    
  
> On Dec 15, 2015, at 1:03 AM, Jacopo Andrea Giola via swift-evolution <swift-evolution at swift.org> wrote:
> 
> sorry for bothering you, but during the festivity I finally have some time to work on the formal proposal draft and I’m trying to find where the switch and fallthrough behaviours are defined.
I think what you want is the reference in "The Swift Programming Language".  Switch statements are in the Branch Statements <https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Statements.html#//apple_ref/doc/uid/TP40014097-CH33-ID434> section and fallthrough is in the Control Transfer Statements <https://developer.apple.com/library/ios/documentation/Swift/Conceptual/Swift_Programming_Language/Statements.html#//apple_ref/doc/uid/TP40014097-CH33-ID440> section.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.swift.org/pipermail/swift-evolution/attachments/20151215/23409157/attachment.html>
    
    
More information about the swift-evolution
mailing list