/CONCAT

back to docs

You can concatenate (or "link-together") strings. You can do this with any object, as long as it is converted into a string. Use the "+" symbol to concatenate. If you have already declared a string, use "+=" to append to it.

In the snippet above, the variable "msg" gets the value of "Hello world!"