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:
eiffel-org
2018-04-30 13:23:14 +00:00
parent 7342ecb6db
commit 02089fb352

View File

@@ -9,6 +9,7 @@ For example, let's say we have class <code>MY_CLASS</code> with an attribute <co
<code>
removing_stopped(a_list:LIST[MY_CLASS])
-- Removing every closed element of `a_list'
do
from
a_list.start