Logo

Programming-Idioms

History of Idiom 171 > diff from v25 to v26

Edit summary for version 26 by pocico:
New Lua implementation by user [pocico]

Version 25

2020-04-29, 02:54:15

Version 26

2020-04-29, 02:56:04

Idiom #171 Add an element at the end of a list

Append element x to the list s.

Idiom #171 Add an element at the end of a list

Append element x to the list s.

Extra Keywords
push grow
Extra Keywords
push grow
Code
table.insert(s, x)
Doc URL
https://www.lua.org/pil/19.2.html
Origin
https://www.lua.org/pil/19.2.html