no edit summary
(Note: efficiency questioned) |
No edit summary |
||
| Line 44: | Line 44: | ||
function {{PAGENAME}}(order, ...) | function {{PAGENAME}}(order, ...) | ||
local input = { | local input = {...} | ||
local output = {} | local output = {} | ||
order = tostring(order); | order = tostring(order); | ||
| Line 62: | Line 59: | ||
local {{PAGENAME}}_Out; | local {{PAGENAME}}_Out; | ||
function {{PAGENAME}}(order, ...) | function {{PAGENAME}}(order, ...) | ||
{{PAGENAME}}_In = { | {{PAGENAME}}_In = {...} | ||
{{PAGENAME}}_Out = {} | {{PAGENAME}}_Out = {} | ||
order = tostring(order); | order = tostring(order); | ||