>>18
>str.join("/", array), just as in other languages.
What other languages? I can only think of ones that have just plain join(glue, pieces) or arrayvar.join(glue). it makes more sense semantically to think of joining as a function related to arrays, not strings.