Implementing compiler.
This commit is contained in:
+10
-5
@@ -1,7 +1,12 @@
|
|||||||
local all = { ... }
|
local two
|
||||||
while true do
|
do
|
||||||
for index, item in pairs(all) do
|
local one
|
||||||
dog:log(index, item)
|
if something then
|
||||||
|
local three
|
||||||
|
print(something)
|
||||||
|
end
|
||||||
|
local four
|
||||||
|
if something2 then
|
||||||
|
|
||||||
end
|
end
|
||||||
return
|
|
||||||
end
|
end
|
||||||
+1121
-538
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user