From 354e365bc9970a065259870a600400510819ae77 Mon Sep 17 00:00:00 2001 From: halw Date: Mon, 18 Jul 2011 13:50:41 +0000 Subject: [PATCH] Added note about iteration form of loop. Author:halw Date:2011-07-18T13:50:41.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@943 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../concurrent-eiffel-scoop/scoop-implementation.wiki | 3 +++ 1 file changed, 3 insertions(+) diff --git a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki index 8f99bc23..eb531ab9 100644 --- a/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki +++ b/documentation/current/solutions/concurrent-computing/concurrent-eiffel-scoop/scoop-implementation.wiki @@ -122,6 +122,9 @@ Then you could use that procedure to output my_separate_string: +{{note|If you use the above solutions verbatim, you may have to set the Syntax setting to Provisional in your project settings to enable the iteration form of the loop construct. }} + + =Implementation dependent behavior=