| summaryrefslogtreecommitdiff |
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-05-05 20:57:29 +0200 |
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2021-05-05 20:57:29 +0200 |
| commit | 0d2736d22ced1f9bf566192f8604f869e0f5c6b9 (patch) | |
| tree | 1f63bb8bda843803911546508be2b570dc83aaa6 /content/fate_v1/instructions/loops | |
| parent | 73cc70358020538b13f2d5cf4e81426b13bbb85a (diff) | |
...
Diffstat (limited to 'content/fate_v1/instructions/loops')
| -rw-r--r-- | content/fate_v1/instructions/loops/_index.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fate_v1/instructions/loops/_index.md b/content/fate_v1/instructions/loops/_index.md index d3c8d65..5aa14ac 100644 --- a/content/fate_v1/instructions/loops/_index.md +++ b/content/fate_v1/instructions/loops/_index.md @@ -29,6 +29,6 @@ Executes `[I0]` ... `[IM]` for each member of `[COLLECTION]`, in order. The curr member is stored in a new local variable named `{String}`. ### BREAK -{{< fatecode >}}(break){{< /fatecode >}} +{{< fatecode >}}(break!){{< /fatecode >}} Exits the current loop. |


