| summaryrefslogtreecommitdiff | 
diff options
| author | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-28 02:59:31 +0100 | 
|---|---|---|
| committer | Nathanael Sensfelder <SpamShield0@MultiAgentSystems.org> | 2020-12-28 02:59:31 +0100 | 
| commit | 3b820907588131712bd2991dc751329530df8a6a (patch) | |
| tree | 315563874910ff1325f36341daaf1b4faded5fb7 /content/wyrd_v1/computations | |
| parent | b5b30786abdb77dc0c1f9ed1be6d9c594b398b1a (diff) | |
Some "rich text" -> "text"; new sequence stuff.
Diffstat (limited to 'content/wyrd_v1/computations')
| -rw-r--r-- | content/wyrd_v1/computations/_index.md | 10 | 
1 files changed, 5 insertions, 5 deletions
| 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 >}} | 


