CVS difference for ai12s/ai12-0119-1.txt

Differences between 1.26 and version 1.27
Log of other versions for file ai12s/ai12-0119-1.txt

--- ai12s/ai12-0119-1.txt	2019/01/25 23:26:17	1.26
+++ ai12s/ai12-0119-1.txt	2019/03/09 05:27:44	1.27
@@ -717,7 +717,8 @@
 @i<Example of a parallel loop:>
 
 @xcode<-- @ft<@i<see 3.6>>
-@b<parallel for> I @b<in> Grid'Range(1) @b<loop>
+@b<parallel>
+@b<for> I @b<in> Grid'Range(1) @b<loop>
    Grid(I, 1) := (@b<for all> J @b<in> Grid'Range(2) =@> Grid(I,J) = True);
 @b<end loop>;>
 

Questions? Ask the ACAA Technical Agent