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/wyrd_v1/computations/_index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'content/wyrd_v1/computations') diff --git a/content/wyrd_v1/computations/_index.md b/content/wyrd_v1/computations/_index.md index 62ddd41..bf7992d 100644 --- a/content/wyrd_v1/computations/_index.md +++ b/content/wyrd_v1/computations/_index.md @@ -84,15 +84,15 @@ Returns the value held at the memory location `[ADDRESS]`. Returns an `[TYPE] ADDRESS` to a newly allocated memory element of type `[TYPE]`. -## RICH TEXT +## TEXT {{< fatecode >}}(newline){{< /fatecode >}} -Returns a `RICH TEXT` value corresponding to a newline. +Returns a `TEXT` value corresponding to a newline. {{< fatecode >}}(rich_text [S0 = STRING] ... [SN = STRING]){{< /fatecode >}} -Returns a single value `RICH TEXT` representing the elements `S0` ... `S1`. +Returns a single value `[TEXT]` representing the elements `S0` ... `S1`. -{{< fatecode >}}(add_rich_text_effect ({string} [V0 = COMPUTATION] ... [VN = COMPUTATION]) [RICH TEXT]){{< /fatecode >}} -Returns a `RICH TEXT` value of `[RICH TEXT]` with the given effect enabled. +{{< fatecode >}}(add_rich_text_effect ({string} [V0 = COMPUTATION] ... [VN = COMPUTATION]) [TEXT]){{< /fatecode >}} +Returns a `[TEXT]` value of `[TEXT]` with the given effect enabled. ## LAST USER CHOICE {{< fatecode >}}(get_last_user_choice){{< /fatecode >}} -- cgit v1.2.3-70-g09d2