1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
|
local _call_0 = x
_call_0["do"](_call_0, "work")
func((function()
local _call_1 = a
local _call_2 = _call_1["do"](_call_1)
local _call_3 = _call_2["end"](_call_2, "OK")
return _call_3["if"](_call_3, "abc", 123)
end)())
local _call_1 = b["function"]
local _call_2 = _call_1["do"](_call_1)
local _call_3 = _call_2["while"](_call_2, "OK")
local res = _call_3["if"](_call_3, "def", 998)
local _call_4 = c["repeat"]["if"]
local _call_5 = _call_4["then"](_call_4, "xyz")
_call_5["else"](_call_5, res)
print(self["for"], self.__class["function"](self.__class, 123))
do
local fcolor = message:match("<%w*>")
if fcolor then
local message = message:gsub("<%->", fcolor)
end
end
local message
do
local fcolor = message:match("<%w*>")
if fcolor then
message = message:gsub("<%->", fcolor)
end
end
local valA
do
local func = getfunc()
if func then
valA = func()
end
end
local valA
do
local func = getfunc()
if func then
valA = func()
end
end
local valB
do
local func = getfunc()
if func ~= nil then
valB = func()
end
end
backpack = {
something = {
yeah = 200,
they = function()
print("hello")
return yor_feet("small")
end,
pretty = hair,
gold = hmm
},
yow = 1000,
eat = goo,
yeah = dudd
}
local start = {
something = "cold"
}
local bathe
bathe = {
on = "fire"
}
|