I want to create a function (my_function()) getting unlimited number of arguments and passing it into another function (call_another_function()). <
my_function()
call_another_function()
It's not yet documented but you might use reflection API, especially invokeArgs.
(maybe I should have used a comment rather than a full post)