chickadee » list-utils » list->comma-string

list->comma-string LS #!optional EMPTY? COMMAprocedure

Returns list elements, as strings, joined with COMMA.

EMPTY?
boolean ; allow empties? default #f.
COMMA
string ; comma string. default ", ".