mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-08 15:52:26 +01:00
Author:halw
Date:2010-03-14T16:21:07.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@523 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
[[Property:link_title|Example: Sieve of Eratosthenes]]
|
||||
[[Property:weight|0]]
|
||||
[[Property:uuid|e825c874-4266-b5ee-501c-221e6940dacd]]
|
||||
{{underconstruction}}
|
||||
|
||||
|
||||
==Description==
|
||||
|
||||
@@ -19,14 +17,14 @@ Deliver prime numbers up to a specified integer limit. Compute prime numbers usi
|
||||
|
||||
<code>
|
||||
class
|
||||
APPLICATION
|
||||
APPLICATION
|
||||
|
||||
create
|
||||
make
|
||||
make
|
||||
|
||||
feature
|
||||
make
|
||||
-- Run application.
|
||||
make
|
||||
-- Run application.
|
||||
do
|
||||
across primes_through (100) as ic loop print (ic.item.out + " ") end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user