Ascending primes: Difference between revisions

m
(Initial FutureBasic task solution added)
Line 973:
fn AscendingPrimes( 512 )
printf @"\n\tCompute time: %.3f ms\n",(fn CACurrentMediaTime-t)*1000
 
NSLog( @"%@", fn WindowPrintViewString( 1 ) )
 
HandleEvents
Line 980 ⟶ 978:
{{output}}
<pre>
 
2 3 5 7 13 17 19 23 29 37
47 59 67 79 89 127 137 139 149 157
715

edits