Logo

Programming-Idioms

History of Idiom 134 > diff from v39 to v40

Edit summary for version 40 by nopeslide:
New Erlang implementation by user [nopeslide]

Version 39

2019-09-28, 00:28:42

Version 40

2019-09-29, 11:34:35

Idiom #134 Create a new list

Declare and initialize a new list items, containing 3 elements a, b, c.

Idiom #134 Create a new list

Declare and initialize a new list items, containing 3 elements a, b, c.

Extra Keywords
array vector slice tuple
Extra Keywords
array vector slice tuple
Code
L = [A,B,C].
Doc URL
http://erlang.org/doc/reference_manual/data_types.html#list