Add files via upload
This commit is contained in:
parent
8e907b6d98
commit
94ff4a02bd
@ -57,7 +57,7 @@ local function compile(str, args, asFunction)
|
||||
if not b then
|
||||
util.stack.push(stack, fun..'('..a..')')
|
||||
else
|
||||
util.stack.push(stack, fun..'('..a..','..b..')')
|
||||
util.stack.push(stack, fun..'('..b..','..a..')')
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user