Volatile:Search
From Metabolomics.JP
(Difference between revisions)
Line 5: | Line 5: | ||
{{#lua: | {{#lua: | ||
local L = {}; | local L = {}; | ||
− | local size = SIZE; | + | local size = {{#var:SIZE}}; |
− | local page = PAGE; | + | local page = {{#var:PAGE}}; |
local start = tonumber(size)*tonumber(page); | local start = tonumber(size)*tonumber(page); | ||
for word in stdin:gmatch("%S+") do | for word in stdin:gmatch("%S+") do |
Revision as of 02:50, 29 June 2008
./lua: /tmp/mw_ex_lua_2YLuXe:2: unexpected symbol near ';'