<div dir="ltr">This has likely been discussed already, but I haven&#39;t been able to find it anywhere.<div>Example:<br><div><div><br></div><div>    let items: Int = []</div><div><br></div><div>    for item in items {</div><div>        print(item)</div><div>    }</div><div>    else {</div><div>        print(&quot;No items&quot;)</div><div>    }</div></div></div></div>