concat function:

Concat all string arguments.

Examples:

  • running: (concat "one", " ", "two") will give: "one two"

  • running: (concat "one", " ", 2) will return nothing