From 3b820907588131712bd2991dc751329530df8a6a Mon Sep 17 00:00:00 2001 From: Nathanael Sensfelder Date: Mon, 28 Dec 2020 02:59:31 +0100 Subject: Some "rich text" -> "text"; new sequence stuff. --- content/fate_v1/computations/_index.md | 6 ++++++ content/fate_v1/computations/rich_text/_index.md | 11 ----------- content/fate_v1/computations/text/_index.md | 11 +++++++++++ 3 files changed, 17 insertions(+), 11 deletions(-) delete mode 100644 content/fate_v1/computations/rich_text/_index.md create mode 100644 content/fate_v1/computations/text/_index.md (limited to 'content/fate_v1/computations') 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/rich_text/_index.md deleted file mode 100644 index 7351a5c..0000000 --- a/content/fate_v1/computations/rich_text/_index.md +++ /dev/null @@ -1,11 +0,0 @@ ---- -title: Rich Text ---- -### RICH TEXT -{{< fatecode >}}(rich_text [TEXT]){{< /fatecode >}} - -### ADD TEXT EFFECT -{{< fatecode >}}(add_text_effect ({String} [P0 = COMPUTATION] ... [PN = COMPUTATION]) [RICH TEXT]){{< /fatecode >}} - -### NEW LINE -{{< fatecode >}}(newline){{< /fatecode >}} diff --git a/content/fate_v1/computations/text/_index.md b/content/fate_v1/computations/text/_index.md new file mode 100644 index 0000000..b91a75f --- /dev/null +++ b/content/fate_v1/computations/text/_index.md @@ -0,0 +1,11 @@ +--- +title: Text +--- +### TEXT +{{< fatecode >}}(text [TEXT]){{< /fatecode >}} + +### ADD TEXT EFFECT +{{< fatecode >}}(add_text_effect ({String} [P0 = COMPUTATION] ... [PN = COMPUTATION]) [TEXT]){{< /fatecode >}} + +### NEW LINE +{{< fatecode >}}(newline){{< /fatecode >}} -- cgit v1.2.3-70-g09d2