Jump to content

Module:Sandbox/AbyAll19

From Wikipedia, the free encyclopedia
This is the current revision of this page, as edited by AbyAll19 (talk | contribs) at 01:18, 10 December 2017 (Created page with '--Google Code-in 2017, Introduction to Lua in Wikipedia my_object = {} my_object.hello = function(frame) local str = "Hello World!" return str end return m...'). The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
--Google Code-in 2017, Introduction to Lua in Wikipedia
my_object = {}

my_object.hello = function(frame)
	local str = "Hello World!"
	
	return str
end

return my_object