chickadee
»
list-utils
»
list->comma-string
Identifier search
list->comma-string
LS
#!optional
EMPTY?
COMMA
procedure
Returns list elements, as strings, joined with
COMMA
.
EMPTY?
boolean
; allow empties? default
#f
.
COMMA
string
; comma string. default
", "
.