mirror of
https://github.com/EiffelSoftware/eiffel-org.git
synced 2025-12-07 15:22:31 +01:00
Added a link to the tutorial about agents.
Updated wikipage Iterating on a LIST. (Signed-off-by:alexk). git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@2389 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[[Property:modification_date|Wed, 17 Apr 2019 14:09:18 GMT]]
|
||||
[[Property:modification_date|Tue, 24 Jan 2023 15:15:39 GMT]]
|
||||
[[Property:publication_date|Thu, 06 Sep 2018 15:17:57 GMT]]
|
||||
[[Property:uuid|96077603-DD2D-4D8C-A486-AF4BD066613A]]
|
||||
[[Property:weight|2000]]
|
||||
@@ -39,7 +39,7 @@ This syntax offer more possibilities than the `across` loop, but is riskier.
|
||||
</code>
|
||||
|
||||
=== Using Eiffel agents and `{LIST}.do_all, ....` ===
|
||||
It is possible to use agents in conjunction with the `LIST` features `do_all`, `do_if`, `there_exists`, and `for_all` which are inherited from the class `LINEAR`.
|
||||
It is possible to use [[ET-_Agents|agents]] in conjunction with the `LIST` features `do_all`, `do_if`, `there_exists`, and `for_all` which are inherited from the class `LINEAR`.
|
||||
<code>
|
||||
list_traversal_agents
|
||||
-- Example of traversing a list with do_all
|
||||
|
||||
Reference in New Issue
Block a user