Toggle menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

Module:Test: Difference between revisions

From MassiveCraft Wiki
No edit summary
No edit summary
Line 3: Line 3:
name = "dfsdg"
name = "dfsdg"


function io.hello()
function io.hello(frame)
name = io.read(stdin)
name=frame.args.cherries
return name
end
end


return io
return io

Revision as of 07:07, 25 August 2015

Documentation for this module may be created at Module:Test/doc

local io = {}

name = "dfsdg"

function io.hello(frame)
name=frame.args.cherries
end

return io