Update wikipage Code Templates. (Signed-off-by:b-meyer).

git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@1707 abb3cda0-5349-4a8f-a601-0c33ac3a8c38
This commit is contained in:
eiffel-org
2016-12-19 16:36:42 +00:00
parent 088e00173e
commit 8c9f9698b0

View File

@@ -80,7 +80,7 @@ This template, used to compute the minimum of a part, or "slice", of an array, h
Figure 6. Inserted template code, with highlighted argument fields
The reason for these defaults is that much of the time you will want the minimum of the ''whole'' array. If you are happy with that default, just leave the fields as they are But if you just need a smaller slice, for example excluding the first and last elements, just type the desired values in the corresponding fields:
The reason for these defaults is that much of the time you will want the minimum of the ''whole'' array. If you are happy with that default, just leave the fields as they are But if you just need a different slice, for example from index 5 to index 10, just type the desired values in the corresponding fields:
[[Image:target_template_with_defaults_overridden_1_1]]