mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 23:32:42 +01:00
Update wikipage Removing object while iterating on a LIST. (Signed-off-by:tioui).
git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2016 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -9,6 +9,7 @@ For example, let's say we have class <code>MY_CLASS</code> with an attribute <co
|
|||||||
|
|
||||||
<code>
|
<code>
|
||||||
removing_stopped(a_list:LIST[MY_CLASS])
|
removing_stopped(a_list:LIST[MY_CLASS])
|
||||||
|
-- Removing every closed element of `a_list'
|
||||||
do
|
do
|
||||||
from
|
from
|
||||||
a_list.start
|
a_list.start
|
||||||
|
|||||||
Reference in New Issue
Block a user