Module:SimpleDebug: Pagkakaiba sa mga binago

Content deleted Content added
Jmarchn (usapan | ambag)
m Added "local" to local functions
Jmarchn (usapan | ambag)
No edit summary
Linya 102:
end --containsTab
 
local var
local function DumTab (tbl, indent)
if not indent then indent = 1 end
Line 139 ⟶ 141:
end --DumTab
 
local function var (avar)
local EndStr = ''
if type(avar) == 'table' then