Difference between revisions of "Module:Bananas"

From Multilingual Bookbinding Dictionary
Jump to navigation Jump to search
(Created page with "-- For unit tests, see Module:Bananas/testcases local p = {} function p.hello() return "Hello, world!" end return p")
 
 
Line 1: Line 1:
 +
 
-- For unit tests, see [[Module:Bananas/testcases]]
 
-- For unit tests, see [[Module:Bananas/testcases]]
 
local p = {}
 
local p = {}

Latest revision as of 15:24, 27 August 2018

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


-- For unit tests, see [[Module:Bananas/testcases]]
local p = {}

function p.hello()
	return "Hello, world!"
end

return p