Module:TestModule: Difference between revisions

AdamZachar (talk | contribs)
No edit summary
AdamZachar (talk | contribs)
No edit summary
Line 44: Line 44:


function testFunc(arg1, arg2)
function testFunc(arg1, arg2)
  return "test! " .. arg1 .. arg2 " test!"
  return "test! " .. arg1 .. arg2 .. " test!"
end
end