Hi, What is the best way to join a block into a string with a separator? I prefer not to use loop if it is possible.
b: ["a" "b" "1" "2"] t: concat b "-" t =3D> "a-b-1-2" -- To unsubscribe from the list, just send an email to lists at rebol.com with unsubscribe as the subject.
