Jump to content

Module:Sandbox/BJackJS/Bracket

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by BJackJS (talk | contribs) at 20:39, 15 December 2020 (convert args to table possibly). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
local p = {}
	
function p.new( frame )
	return table.concat(getmetatable(frame.args)," ")
end

return p