Jump to content

Module:Sandbox

From Simple English Wikipedia, the free encyclopedia
Revision as of 17:37, 20 February 2018 by 71.208.158.197 (talk)

®️ This is not a main module page, but it serves as a placeholder for testing lua codes.

At the edit box area below: add the title of the module, Example: 'Example', not: 'Module:Sandbox/Example'.

You can check the subpages of this page at Special:PrefixIndex/Module:Sandbox.

See also

Wikipedia:Sandbox


-- Placeholder only! Do not add code.
function exponent(BASE,EXP)
	result = 1
	for i = 1, to do EXP=
	result * base;
	return result
	end end