Template:Enzyme/Uniq
From Metabolomics.JP
< Template:Enzyme(Difference between revisions)
m |
|||
Line 1: | Line 1: | ||
{{#lua: | {{#lua: | ||
− | seen = {}; S = {}; | + | local seen = {}; |
+ | local S = {}; | ||
for str in stdin:gmatch("([%w-]+)") | for str in stdin:gmatch("([%w-]+)") | ||
do if not seen[str] then table.insert(S, str); seen[str] = true; end | do if not seen[str] then table.insert(S, str); seen[str] = true; end |
Latest revision as of 16:14, 19 February 2009
1