Join with a separator?

Hi. Can you help me find the Snap! version of this feature, please?

println(Seq("the", "brown", "dog").mkString(" "))

the brown dog

welcome to the forums @dcbriccetti is that python?

I just searched Google for mkString and I am getting many results for Scala.

here's how to do it
untitled script pic

Hi. It is Scala.

Thanks, all, for the quick replies.