Template:LBF digit910Table
From Metabolomics.JP
(Difference between revisions)
Line 27: | Line 27: | ||
local c; | local c; | ||
for id in stdin:gmatch("%S+") do | for id in stdin:gmatch("%S+") do | ||
− | c = string.sub(id, | + | c = string.sub(id,5,6); |
− | id = string.sub(id, | + | id = string.sub(id,9,10); |
if (L[id] == nil) then L[id] = id end | if (L[id] == nil) then L[id] = id end | ||
end | end |
Revision as of 09:49, 26 September 2008
3rd Class |
---|