Add files via upload

This commit is contained in:
Onran 2025-04-06 23:32:23 +09:00 committed by GitHub
parent 8e907b6d98
commit 94ff4a02bd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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