Vaibhs11 Vaibhs11 loading
You can also stack it to join more than two things:

(join [a] (join [b] [c])) // returns: "abc"

You can use it to output variables in a sentence:

say (join [you have ] (join (lives) [lives left.]))