summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 23:34:09 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-22 23:34:09 +0100
commit7272d83113545ec46b35ea440811dfc7da7634e1 (patch)
tree40642cdafdf859c63e0c8e3b6d02d3e4ba8eabf7 /content/fate_v1/declarations/sequences/_index.md
parent563f9cab92c48a2bd003c10248f21007e5ff64e6 (diff)
...
Diffstat (limited to 'content/fate_v1/declarations/sequences/_index.md')
-rw-r--r--content/fate_v1/declarations/sequences/_index.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/content/fate_v1/declarations/sequences/_index.md b/content/fate_v1/declarations/sequences/_index.md
index 8bdb30e..a2fbcb1 100644
--- a/content/fate_v1/declarations/sequences/_index.md
+++ b/content/fate_v1/declarations/sequences/_index.md
@@ -28,7 +28,7 @@ instruction list by the execution of the sequence. If one were to ignore
variables, the `(jump_to sequence_name)` instruction is similar to performing
`(call sequence_name) (done)`.
-{{< fatecode >}}(define_sequence {String} (([C0 = TYPE] {V0 = String}) ... ([CN = TYPE] {VN = String})) <I0 = INSTRUCTIONS|VALUE> ... <IM = INSTRUCTIONS|VALUE>){{< /fatecode >}}
+{{< fatecode >}}(define_sequence {String} (([C0 = TYPE] {V0 = String}) ... ([CN = TYPE] {VN = String})) [I0 = INSTRUCTIONS|VALUE] ... [IM = INSTRUCTIONS|VALUE]){{< /fatecode >}}
**Effect:** Defines the sequence `{String}`, with variables `V0` ... `VN` of types `C0` ...`CN` as parameters, and instructions `I0` ... `IM` as content.
**Acceptable Aliases:** `declare_sequence`, `def_seq`, `define_procedure`, `declare_procedure`, `def_proc`.