Template:Enzyme/Uniq
From Metabolomics.JP
< Template:Enzyme(Difference between revisions)
(New page: {{#lua: seen = {}; S = {}; for str in stdin:gmatch("([%w]+)") do if not seen[str] then table.insert(S); seen[str] = true; end end print( table.concat(S, " + ") ); |{{{1}}}}}) |
Revision as of 14:35, 24 January 2009
./lua: /tmp/mw_ex_lua_2kkaxi:3: wrong number of arguments to 'insert'