[swift-evolution] Shorthand unwrap proposal
Dmitri Gribenko
gribozavr at gmail.com
Thu Jun 23 11:26:22 CDT 2016
On Thu, Jun 23, 2016 at 9:25 AM, James Campbell via swift-evolution
<swift-evolution at swift.org> wrote:
> So if the function I run inside of the map has a return value of Void will
> that still compile ?
Yes.
Dmitri
--
main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if
(j){printf("%d\n",i);}}} /*Dmitri Gribenko <gribozavr at gmail.com>*/
More information about the swift-evolution
mailing list