summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-28 02:59:31 +0100
committerNathanael Sensfelder <SpamShield0@MultiAgentSystems.org>2020-12-28 02:59:31 +0100
commit3b820907588131712bd2991dc751329530df8a6a (patch)
tree315563874910ff1325f36341daaf1b4faded5fb7 /content/fate_v1/computations
parentb5b30786abdb77dc0c1f9ed1be6d9c594b398b1a (diff)
Some "rich text" -> "text"; new sequence stuff.
Diffstat (limited to 'content/fate_v1/computations')
-rw-r--r--content/fate_v1/computations/_index.md6
-rw-r--r--content/fate_v1/computations/text/_index.md (renamed from content/fate_v1/computations/rich_text/_index.md)8
2 files changed, 10 insertions, 4 deletions
diff --git a/content/fate_v1/computations/_index.md b/content/fate_v1/computations/_index.md
index b9c4291..4eed307 100644
--- a/content/fate_v1/computations/_index.md
+++ b/content/fate_v1/computations/_index.md
@@ -16,6 +16,12 @@ Returns a `text` node containing the text representation of `C0` ... `CN`.
Returns the value of the variable `{String}`, or a reference to it if
applicable. Structure members can be accessed by using `.` in `{String}`.
+### SEQUENCE | PROCEDURE
+{{< fatecode >}}(sequence {String}){{< /fatecode >}}
+
+Returns a `[SEQUENCE]` value corresponding to the sequence named `{String}`.
+Said sequence can be defined at a later point.
+
### STRUCTURE FIELD ACCESS
{{< fatecode >}}{Structure Var Name}.{Field Name}{{< /fatecode >}}
{{< fatecode >}}(field {String} [STRUCTURE VAR]){{< /fatecode >}}
diff --git a/content/fate_v1/computations/rich_text/_index.md b/content/fate_v1/computations/text/_index.md
index 7351a5c..b91a75f 100644
--- a/content/fate_v1/computations/rich_text/_index.md
+++ b/content/fate_v1/computations/text/_index.md
@@ -1,11 +1,11 @@
---
-title: Rich Text
+title: Text
---
-### RICH TEXT
-{{< fatecode >}}(rich_text [TEXT]){{< /fatecode >}}
+### TEXT
+{{< fatecode >}}(text [TEXT]){{< /fatecode >}}
### ADD TEXT EFFECT
-{{< fatecode >}}(add_text_effect ({String} [P0 = COMPUTATION] ... [PN = COMPUTATION]) [RICH TEXT]){{< /fatecode >}}
+{{< fatecode >}}(add_text_effect ({String} [P0 = COMPUTATION] ... [PN = COMPUTATION]) [TEXT]){{< /fatecode >}}
### NEW LINE
{{< fatecode >}}(newline){{< /fatecode >}}