The require() statement is actually just a function supplied with Lua. It is used to load and run your modules (basically it just runs the code in the module).
確定! 回上一頁