Template:Uniq

From Metabolomics.JP
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
{{#lua:
 
{{#lua:
 
   S = {};
 
   S = {};
   for label in stdin:gmatch("([^%s]+)")
+
   for str in stdin:gmatch("([^%s]+)")
     do S[label]=label; end
+
     do S[str]=str; end
 
   print(table.concat(S, " "))
 
   print(table.concat(S, " "))
 
|{{{1}}}}}
 
|{{{1}}}}}

Revision as of 13:37, 24 January 2009


Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox