On Thu, Jun 23, 2016 at 9:25 AM, James Campbell via swift-evolution <[email protected]> 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 <[email protected]>*/
_______________________________________________
swift-evolution mailing list
[email protected]
https://lists.swift.org/mailman/listinfo/swift-evolution
