Difference between revisions of "Module:Sandbox"

From Story Lists
Jump to navigation Jump to search
Line 1: Line 1:
local function test ()
local function test ()
print("Hello World")
return "Hello World"
end
end

Revision as of 20:35, 17 April 2021

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

local function test ()
	return "Hello World"
end