| 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/fate_v1/computations/text | |
| parent | b5b30786abdb77dc0c1f9ed1be6d9c594b398b1a (diff) | |
Some "rich text" -> "text"; new sequence stuff.
Diffstat (limited to 'content/fate_v1/computations/text')
| -rw-r--r-- | content/fate_v1/computations/text/_index.md | 11 | 
1 files changed, 11 insertions, 0 deletions
| 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 >}} | 


