Content deleted Content added
add a randomizeToText function and factor out shared code with the randomize function |
m whitespace fixes |
||
Line 107:
end
else
end
-- Trim whitespace and remove blank arguments.
local args = {}
for k, v in pairs(origArgs) do
end
return p[func](args)
|