Jump to content

User:Chinggis6/Module:Tenger

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by Chinggis6 (talk | contribs) at 11:49, 8 March 2017 (Created page with '-- Simple module for testing Lua -- Create object local myObject = {} -- Define function in the object function myObject.myFunction() return "First module don...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)

-- Simple module for testing Lua

-- Create object local myObject = {}

-- Define function in the object function myObject.myFunction() return "First module done!" end

return myObject