I have the following file called foo.lua : function foo(x, y) print(x + y) end. Then I load it like this: foo = loadfile("foo.lua") foo(2, ...
確定! 回上一頁