moonscript/tests/outputs/tables.lua

24 lines
460 B
Lua
Raw Normal View History

2011-05-23 02:28:25 +00:00
local backpack = {
something = {
yeah = 200,
they = function()
print("hello")
yor_feet("small")
end,
pretty = hair,
gold = hmm
},
yow = 1000,
eat = goo,
yeah = dudd
}
local start = { something = "cold" }
local bathe = { on = "fire" }
local another = { [4] = 232, ["good food"] = "is the best" }
local fwip = {
something = hello("what"),
number = 2323,
what = yo("momma", "yeah"),
fruit = basket,
nuts = day
}