Logo

Programming-Idioms

History of Idiom 134 > diff from v21 to v22

Edit summary for version 22 by Algorhythmus:
New Haskell implementation by user [Algorhythmus]

Version 21

2017-06-12, 15:46:53

Version 22

2017-09-12, 14:22:40

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
items = [a, b, c]