Volatile:Search
From Metabolomics.JP
(Difference between revisions)
Line 1: | Line 1: | ||
{{#def:RESULT|{{#repeat:SearchTitle|1|{{{1}}}}}}} | {{#def:RESULT|{{#repeat:SearchTitle|1|{{{1}}}}}}} | ||
+ | {{#def:SIZE|{{{2|50}}}}} | ||
+ | {{#def:PAGE|{{{3|1}}}}} | ||
{{#lua: | {{#lua: | ||
local L = {}; | local L = {}; | ||
− | local start = tonumber( | + | local start = tonumber(SIZE)*tonumber(PAGE); |
for word in stdin:gmatch("%S+") do | for word in stdin:gmatch("%S+") do | ||
table.insert(L,word); | table.insert(L,word); |
Revision as of 02:48, 29 June 2008
./lua: /tmp/mw_ex_lua_sDmm1r:2: attempt to perform arithmetic on a nil value