Modifications

Aller à : navigation, rechercher

Module:TestTableau

126 octets ajoutés, 26 juillet 2019 à 11:01
aucun résumé de modification
function tprint(t)
for key,value in pairs(t) do
if key == nil then
key = "Null"
end
if value == nil then
value = "Null"
end
print(key, value)
end

Menu de navigation