blob: 4f6f52015840dd605a4aa741965ae432c2d03b12 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
---
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 >}}
### JOIN
{{< fatecode >}}(join_text [TEXT LIST|TEXT SET] [TEXT]){{< /fatecode >}}
Returns a text value corresponding to all elements of the text collection being
appended, with `[TEXT]` having been put in between each pair.
|