Logo

Programming-Idioms

History of Idiom 53 > diff from v22 to v23

Edit summary for version 23 by :
New Erlang implementation by user [elbrujohalcon]

Version 22

2015-12-18, 03:11:06

Version 23

2016-01-03, 06:34:07

Idiom #53 Join a list of strings

Concatenate elements of string list x joined by the separator ", " to create a single string y.

Idiom #53 Join a list of strings

Concatenate elements of string list x joined by the separator ", " to create a single string y.