string-append-ec

[syntax] string-append-ec qualifier ... expression

SRFI-42: The string obtained by appending all values of expression, which must all be strings. Think of it as (apply string-append (list-ec qualifier ... expression)).