string-join

Name

string-join -- Concatenates the list STRINGS into a single string.

Synopsis

(string-join delimit strings)

Description

Concatenates the list STRINGS into a single string. DELIMIT is put between every two elements of STRINGS.

Implementation Notes

Module: (app scwm stringops)

Defined in scheme/stringops.scm at line 79 (CVS log)