summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'content/fate_v1/computations/text/_index.md')
-rw-r--r--content/fate_v1/computations/text/_index.md5
1 files changed, 5 insertions, 0 deletions
diff --git a/content/fate_v1/computations/text/_index.md b/content/fate_v1/computations/text/_index.md
index b91a75f..4f6f520 100644
--- a/content/fate_v1/computations/text/_index.md
+++ b/content/fate_v1/computations/text/_index.md
@@ -9,3 +9,8 @@ title: Text
### 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.