[ create a new paste ] login | about

Link: http://codepad.org/2zu5F0ku    [ raw code | output | fork ]

Lua, pasted on Aug 29:
1
2
3
4
5
items = {11, 22, 33}

local x = items[#items]

print(x)


Output:
1
33


Create a new paste based on this one


Comments: