The do function in rebol seems to accept unlimited arguments. Can I do that with my own function (without using a block of arguments) ?
Rebol function and unlimited arguments
rebol
rebol
The do function in rebol seems to accept unlimited arguments. Can I do that with my own function (without using a block of arguments) ?
Best Solution
It is not possible to define a function with a variable number of arguments. The last message in this Rebol Mailing List thread http://www.rebol.org/ml-display-thread.r?m=rmlDTXB has an explanation.
Also the do function takes a single argument: