Join

Description
Inserts the first argument between the rest and returns their concatenation.
Tags
Functions
Type
Text
Syntax
join(text...)
Example
join("-", "a", "b", "c") == "a-b-c"
Template Example