[ create a new paste ] login | about

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

Lua, pasted on Oct 5:
1
2
3
4
5
6
7
a = function()
   print("hello")
end

b = {125, 116, a}

   print(b[1])


Output:
1
125


Create a new paste based on this one


Comments: