2011-05-23 02:28:25 +00:00
|
|
|
local backpack = {
|
|
|
|
something = {
|
|
|
|
yeah = 200,
|
|
|
|
they = function()
|
|
|
|
print("hello")
|
2011-06-02 04:11:03 +00:00
|
|
|
return yor_feet("small")
|
2011-05-23 02:28:25 +00:00
|
|
|
end,
|
|
|
|
pretty = hair,
|
|
|
|
gold = hmm
|
|
|
|
},
|
|
|
|
yow = 1000,
|
|
|
|
eat = goo,
|
|
|
|
yeah = dudd
|
|
|
|
}
|
2011-07-14 07:02:07 +00:00
|
|
|
local start = {
|
|
|
|
something = "cold"
|
|
|
|
}
|
|
|
|
local bathe = {
|
|
|
|
on = "fire"
|
|
|
|
}
|
|
|
|
local another = {
|
|
|
|
[4] = 232,
|
|
|
|
["good food"] = "is the best"
|
|
|
|
}
|
2011-05-23 02:28:25 +00:00
|
|
|
local fwip = {
|
|
|
|
something = hello("what"),
|
|
|
|
number = 2323,
|
|
|
|
what = yo("momma", "yeah"),
|
|
|
|
fruit = basket,
|
|
|
|
nuts = day
|
2011-05-23 05:12:21 +00:00
|
|
|
}
|
2011-07-14 07:02:07 +00:00
|
|
|
local frick = {
|
|
|
|
hello = "world"
|
|
|
|
}
|
|
|
|
local frack, best = {
|
|
|
|
hello = "world",
|
|
|
|
rice = 3434
|
|
|
|
}, "what"
|
2011-05-23 05:12:21 +00:00
|
|
|
local ya = {
|
|
|
|
1,
|
|
|
|
2,
|
|
|
|
3,
|
|
|
|
key = 100,
|
|
|
|
343,
|
|
|
|
"hello",
|
|
|
|
umm = 232
|
|
|
|
}
|
|
|
|
local x = {
|
|
|
|
1,
|
|
|
|
2,
|
|
|
|
4343,
|
|
|
|
343,
|
|
|
|
343
|
|
|
|
}
|
|
|
|
local g, p = {
|
|
|
|
1,
|
|
|
|
2,
|
|
|
|
nowy = "yes",
|
|
|
|
3,
|
|
|
|
4,
|
|
|
|
hey = 232,
|
|
|
|
another = "day"
|
|
|
|
}, 234
|
|
|
|
local annother = {
|
|
|
|
1,
|
|
|
|
2,
|
|
|
|
3,
|
|
|
|
3,
|
|
|
|
4,
|
|
|
|
5,
|
|
|
|
6,
|
|
|
|
7,
|
|
|
|
8
|
|
|
|
}
|
2011-07-14 07:02:07 +00:00
|
|
|
local yeah = {
|
|
|
|
[232] = 3434,
|
|
|
|
"helo",
|
|
|
|
ice = "cake"
|
|
|
|
}
|
2011-05-23 05:12:21 +00:00
|
|
|
local whatabout = {
|
|
|
|
hello(world, another),
|
|
|
|
what,
|
|
|
|
about,
|
|
|
|
now,
|
|
|
|
hello("world"),
|
|
|
|
yeah,
|
|
|
|
hello("world", yeah)
|
2011-08-29 06:19:48 +00:00
|
|
|
}
|
|
|
|
x = {
|
|
|
|
something = function(self)
|
|
|
|
return "hello"
|
|
|
|
end,
|
|
|
|
cool = {
|
|
|
|
bed = {
|
|
|
|
2323,
|
|
|
|
2323
|
|
|
|
},
|
|
|
|
red = 2343
|
|
|
|
},
|
|
|
|
name = function(self, node)
|
|
|
|
return self:value(node)
|
|
|
|
end
|
2011-08-29 06:40:51 +00:00
|
|
|
}
|
|
|
|
x = {
|
|
|
|
something = something,
|
|
|
|
something = something
|
|
|
|
}
|
|
|
|
local y = {
|
|
|
|
hi = hi,
|
|
|
|
there = there,
|
|
|
|
how = how,
|
|
|
|
you = you,
|
|
|
|
thing = thing
|
|
|
|
}
|
|
|
|
call_me("hello", {
|
|
|
|
x = x,
|
|
|
|
y = y,
|
|
|
|
z = z
|
2012-09-08 01:51:19 +00:00
|
|
|
})
|
|
|
|
local t = {
|
|
|
|
a = 'a',
|
|
|
|
[b] = 'b'
|
2012-09-09 01:40:15 +00:00
|
|
|
}
|
|
|
|
local xam = {
|
|
|
|
hello = 1234,
|
|
|
|
["hello"] = 12354,
|
|
|
|
["hello"] = 12354
|
2015-02-28 22:08:44 +00:00
|
|
|
}
|
|
|
|
local kam = {
|
|
|
|
hello = 12,
|
|
|
|
goodcheese = "mmm",
|
|
|
|
yeah = 12 + 232,
|
|
|
|
lets = keepit({
|
|
|
|
going = true
|
|
|
|
}, {
|
|
|
|
okay = "yeah"
|
|
|
|
}),
|
|
|
|
more = {
|
|
|
|
1,
|
|
|
|
(function()
|
|
|
|
local _accum_0 = { }
|
|
|
|
local _len_0 = 1
|
|
|
|
for x = 1, 10 do
|
|
|
|
_accum_0[_len_0] = x
|
|
|
|
_len_0 = _len_0 + 1
|
|
|
|
end
|
|
|
|
return _accum_0
|
|
|
|
end)()
|
|
|
|
},
|
|
|
|
[{
|
|
|
|
"one",
|
|
|
|
"two"
|
|
|
|
}] = one_thing(function(self) end)
|
|
|
|
}
|
|
|
|
return keepit({
|
|
|
|
going = true
|
|
|
|
}, {
|
|
|
|
okay = "yeah",
|
|
|
|
workd = "okay"
|
|
|
|
})
|