Content deleted Content added
No edit summary |
No edit summary |
||
Line 72:
table.insert(t, '|' .. r[j][i] .. '\n')
else
▲ table.insert(t, '|\n')
end
end
Line 95 ⟶ 83:
return table.concat(t)
end
|
No edit summary |
No edit summary |
||
Line 72:
table.insert(t, '|' .. r[j][i] .. '\n')
else
▲ table.insert(t, '|\n')
end
end
Line 95 ⟶ 83:
return table.concat(t)
end
|