Jump to content

Module:Sandbox

Permanently protected module
From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 71.208.158.197 (talk) at 17:37, 20 February 2018. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

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