mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Clarified Source.
Author:halw Date:2010-04-03T21:49:19.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@543 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -6,12 +6,13 @@
|
||||
|
||||
Deliver prime numbers up to a specified integer limit. Compute prime numbers using sieve of Eratosthenes.
|
||||
|
||||
This example uses the ''iteration'' (<code>across</code>) form of the Eiffel loop construct to traverse a list, an array, and an integer interval.
|
||||
==Notes==
|
||||
|
||||
This example uses the ''iteration'' (<code>across</code>) form of the Eiffel loop construct to traverse a list, an array, and an integer interval.
|
||||
|
||||
==Source==
|
||||
|
||||
[http://rosettacode.org/wiki/Seive_of_Eratosthenes Rosetta Code]
|
||||
Problem description from [http://rosettacode.org/wiki/Seive_of_Eratosthenes Rosetta Code]
|
||||
|
||||
|
||||
==Solution==
|
||||
|
||||
Reference in New Issue
Block a user