Template:FL digit78
From Metabolomics.JP
(Difference between revisions)
Line 5: | Line 5: | ||
local h | local h | ||
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).."<BR>" |
if (L[h] == nil) then L[h]=s end | if (L[h] == nil) then L[h]=s end | ||
end | end |
Revision as of 15:46, 20 March 2008
FL digit78{{{1}}}