local data =
local rawData =
for k, group in pairs(rawData) do for _, v in ipairs(group) do local newTable = for _, symbol in ipairs(v.symbols) do data[k][symbol] = newTable end endend return
This article is licensed under the GNU Free Documentation License. It uses material from the Wikipedia article "Module:Sandbox/Nardog/8t".
Except where otherwise indicated, Everything.Explained.Today is © Copyright 2009-2024, A B Cryer, All Rights Reserved. Cookie policy.