Module:Sandbox/Frietjes/argcheck

This is an old revision of this page, as edited by Frietjes (talk | contribs) at 17:09, 3 November 2019 (Replaced content with 'local a = {} function a.check(targs, pargs) -- Step 1: Generate a team and result list for k,v in pairs(targs) do end return {} end return a'). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local a = {}

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

return a