From 7272d83113545ec46b35ea440811dfc7da7634e1 Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Tue, 22 Dec 2020 23:34:09 +0100 Subject: ... --- content/fate_v1/declarations/sequences/_index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'content/fate_v1/declarations/sequences/_index.md') 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})) ... ){{< /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`. -- cgit v1.2.3-70-g09d2