模組:沙盒/Oudoubleyang/Lead0

文档图示 模块文档[创建]
-- Incomplete
local p = {}

function p.Lead0(frame)
	local digit = {{{1}}}
	local num = {{{2}}}
	local result = 0
	if num < 0 then return ("Can't calculate negative number! ") end
	if 10^(digit) < num then return num end
	
	
	
	return result
end

return p