Content deleted Content added
No edit summary |
No edit summary |
||
Line 22:
for k2, v2 in pairs(tmp2) do
if (k2 % 2 == 0) then
result = result .. '||' .. v2 .. '\n'
else
if (k1 % 2 == 0) then
|
No edit summary |
No edit summary |
||
Line 22:
for k2, v2 in pairs(tmp2) do
if (k2 % 2 == 0) then
result = result .. '||' .. v2 .. '\n'
else
if (k1 % 2 == 0) then
|