Template:LBF digit910Table
From Metabolomics.JP
(Difference between revisions)
Line 27: | Line 27: | ||
local c; | local c; | ||
for id stdin:gmatch("%S+") do | for id stdin:gmatch("%S+") do | ||
− | + | c = string.substring(id,4,6); | |
− | + | id = string.substring(id,8,10); | |
− | + | if (L[id] == nil) then L[id] = id; | |
+ | end | ||
end | end | ||
for k,v in pairs(L) do | for k,v in pairs(L) do |
Revision as of 09:40, 26 September 2008
./lua: /tmp/mw_ex_lua_WHMAzz:25: '=' or 'in' expected near 'stdin'
3rd Class | |
---|---|
{{{3}}}
|