Every shell command can be invoked as a Lua function. For example, calling echo hello world in Lua would be echo('Hello', 'world') .
確定! 回上一頁