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)
args[#frame.args] =
frame.args = args
return args[#frame.args
--return p[f](frame)
end
|