Content deleted Content added
No edit summary |
No edit summary |
||
Line 1,660:
-- last loop added the last positional parameter under its previous key again,
-- so just remove it (it has been copied to #frame.args-1 already)
table.remove(args)
return #
--return p["_"..f](args)
end
|