var str1 = "String"
echo(join([str1, " literal.", "HelloWorld!"], "~~"))
# -> String~~ literal.~~HelloWorld!