Module:Sandbox/Aidan9382: Difference between revisions

Content deleted Content added
indent test
woops, thats a bad idea
Line 36:
else --Dump the table inside
recursion[b] = true
result = result .. Dump(b,depth-1,result"",indent+2,recursion)
end
elseif type(b) == "nil" then