Template:FL digit78
From Metabolomics.JP
(Difference between revisions)
Line 3: | Line 3: | ||
local L = {} | local L = {} | ||
local h | local h | ||
+ | i = 0 | ||
for word in stdin:gmatch("%S+") | for word in stdin:gmatch("%S+") | ||
do h = string.sub(word,1,8) s = string.sub(word,7,8) | do h = string.sub(word,1,8) s = string.sub(word,7,8) | ||
− | if (L[h] == nil) then L[ | + | if (L[h] == nil) then L[i]=s; i = i + 1 end |
end | end | ||
table.sort(L) | table.sort(L) | ||
table.foreach(L, function(x) print( x .. " " .. L[x] .. " ") end) | table.foreach(L, function(x) print( x .. " " .. L[x] .. " ") end) | ||
| {{#SearchTitle:^{{{1}}}|}} }}| }} | | {{#SearchTitle:^{{{1}}}|}} }}| }} |