Volatile:ListField
From Metabolomics.JP
(Difference between revisions)
Line 22: | Line 22: | ||
local f = true | local f = true | ||
for i = 1,table.getn(list[v]) do | for i = 1,table.getn(list[v]) do | ||
− | if list[v][i] ~= list[v][i + 1] then | + | if (list[v][i] ~= list[v][i + 1]) then |
print("[[{{{2}}}:" .. list[v][i] .."|".. list[v][i] .."]]") end | print("[[{{{2}}}:" .. list[v][i] .."|".. list[v][i] .."]]") end | ||
end | end |
Revision as of 15:07, 8 September 2011
./lua: /tmp/mw_ex_lua_qg7rRB:18: unexpected symbol near ')'