Logo

Programming-Idioms

History of Idiom 134 > diff from v14 to v15

Edit summary for version 15 by Nepta:
New Lua implementation by user [Nepta]

Version 14

2016-10-21, 12:32:26

Version 15

2016-11-06, 22:33:14

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}