Volatile:Search
From Metabolomics.JP
(Difference between revisions)
Line 3: | Line 3: | ||
{{#lua: | {{#lua: | ||
local L = {}; | local L = {}; | ||
+ | local start = tonumber({{{2|50}}})*tonumber({{{3|1}}}); | ||
for word in stdin:gmatch("%S+") do | for word in stdin:gmatch("%S+") do | ||
table.insert(L,word); | table.insert(L,word); | ||
end | end | ||
table.sort(L); | table.sort(L); | ||
+ | print(start); | ||
|{{#var:RESULT}} | |{{#var:RESULT}} | ||
}} | }} | ||
− | |||
− |
Revision as of 02:46, 29 June 2008
./lua: /tmp/mw_ex_lua_oltY5V:2: bad argument #1 to 'tonumber' (value expected)