Template:Uniq
From Metabolomics.JP
(Difference between revisions)
Line 3: | Line 3: | ||
for str in stdin:gmatch("([%w]+)") | for str in stdin:gmatch("([%w]+)") | ||
do S[str]=str; end | do S[str]=str; end | ||
− | print(S); | + | print(table.concat(S, " ")); |
|{{{1}}}}} | |{{{1}}}}} |
Revision as of 13:41, 24 January 2009