Template:Uniq

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

Revision as of 13:38, 24 January 2009


Personal tools
Namespaces

Variants
Actions
Navigation
metabolites
Toolbox