Modifications

Aller à : navigation, rechercher

Module:TestTableau

85 octets ajoutés, 26 juillet 2019 à 11:07
aucun résumé de modification
Data["SSTab2"] = DataSSTab2
  function tprint(t) local retour = ""
for key,value in pairs(t) do
if key == nil then
value = "Null"
end
print(retour = retour .. "-- " .. key, .. "?" .. value).. "\n"
end
return retour
end
function p.affichage(frame)
return tprint(Data)
end
return p

Menu de navigation