<div dir="ltr">As a budding iOS developer, I thought it might be nice if Swift were to further improve on C&#39;s <i>switch</i> statement by using curly brackets to denote a block instead of a colon. It seems like this would be more consistent with the language at large and make indention more intuitive.<div><br></div><div>Here&#39;s a quick example of what it might be.</div><div><span style="font-size:12.8px"><br></span></div><div><span style="font-size:12.8px">switch </span><i style="font-size:12.8px">value</i><span style="font-size:12.8px"> </span><span style="font-size:12.8px">{</span><br></div><div><div style="font-size:12.8px">  case <i>expression</i> {</div><div style="font-size:12.8px">  }</div><div style="font-size:12.8px">}</div></div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">I apologize if this message isn&#39;t in the right format--I&#39;ve not used a mailing list before.</div><div style="font-size:12.8px"><br></div><div style="font-size:12.8px">Joseph Essin</div></div>