Hi all,
I know there are already questions on this, and tutorials, but for the life of me, I cannot get it to work in the latest version of Corona. Here is my exact code:
–Main Lua
local test = require(“testfile”);
test.printFunction();
–Testfile lua
local M = {};
function printFunction()
end