Module:Sandbox/BJackJS/Bracket

local p = {}
	
function p.new( frame )
	return table.concat(getmetatable(frame.args)," ")
end

return p