From 597ea6382389861cc16f494c474af8b40e3c392a Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 22 Dec 2020 07:07:33 +0100 Subject: ... --- content/fate_v1/instructions/loops/_index.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'content/fate_v1/instructions/loops/_index.md') diff --git a/content/fate_v1/instructions/loops/_index.md b/content/fate_v1/instructions/loops/_index.md index 03c0f3b..d3c8d65 100644 --- a/content/fate_v1/instructions/loops/_index.md +++ b/content/fate_v1/instructions/loops/_index.md @@ -17,10 +17,10 @@ Executes `[I0]` ... `[IM]`, and does so again as long as, `[BOOL]` yields true. ### FOR -{{< fatecode >}}(for
 [BOOL]  [I0 = INSTRUCTION] ... [IM = INSTRUCTION]){{< /fatecode >}}
+{{< fatecode >}}(for [PRE = INSTRUCTION] [BOOL] [POST = INSTRUCTION] [I0 = INSTRUCTION] ... [IM = INSTRUCTION]){{< /fatecode >}}
 
-Executes `
`, then, if and as long as `[BOOL]` yields true, executes
-`[I0]` ... `[IM]` followed by ``.
+Executes `[PRE]`, then, if and as long as `[BOOL]` yields true, executes
+`[I0]` ... `[IM]` followed by `[POST]`.
 
 ### FOR EACH
 {{< fatecode >}}(foreach [COLLECTION] {String} [I0 = INSTRUCTION] ... [IM = INSTRUCTION]){{< /fatecode >}}
-- 
cgit v1.2.3-70-g09d2