Function List-To-Delimited-String

Part of:

package c2ffi
( list-to-delimited-string < strings > &optional < delim > )

Returns a string where each element of strings has been coerced into a string by princ-to-string and concatenated with delim between each item.