Minecraft Wiki
Advertisement
[view | edit | history | purge]DocumentationJump to code ↴

Welcome to my module sandbox.

This is a sandbox that can be used to test module-related things.

Since it is a sandbox, do not invoke it outside of sandboxes, nor should it be edited by other users.

[view | edit | history | purge]The above documentation is transcluded from Module:Blobs2/Sandbox/doc.
local p={}
p.table=function(f)
	local args=f.args
	return string.rep(args.string,16)
end
return p
Advertisement