Module:Sandbox/Frietjes/argcheck

This is the current revision of this page, as edited by Frietjes (talk | contribs) at 17:12, 3 November 2019. The present address (URL) is a permanent link to this version.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)
local a = {}

function a.check(targs, notrack)
	if notrack then
		return {}
	end
	
	-- Step 1: Generate a team and result list
	for k,v in pairs(targs) do
	end
	
	return {}
end

return a