[swift-users] Appending '[element]' recursively
Dmitri Gribenko
gribozavr at gmail.com
Mon Jun 27 12:01:46 CDT 2016
On Mon, Jun 27, 2016 at 9:44 AM, Adriano Ferreira
<adriano.ferreira at me.com> wrote:
>
> Here the exact error I’m getting:
I see. I think this is a compiler bug, I filed
https://bugs.swift.org/browse/SR-1914 . Thanks!
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-users
mailing list