Zum Inhalt springen

Modul:Cite tweet: Unterschied zwischen den Versionen

K
correct variable name
K (Use the right concatenation operator)
K (correct variable name)
Zeile 4: Zeile 4:


local function _if(arg)
local function _if(arg)
return x and x ~= '' or nil
return arg and arg ~= '' or nil
end
end


Anonymer Benutzer