Ladislav wrote:
> Did you think about the following question: Is there a need to have
the functions with unlimited number of arguments in Rebol?

This works well for me:

>> Unlimited_Arguments: func [Arguments [block!]] [print Arguments]
>> Unlimited_Arguments ['Arg1 'Arg2 'Arg3 'Arg4]
Arg1 Arg2 Arg3 Arg4

Andrew Martin
[EMAIL PROTECTED]
http://members.xoom.com/AndrewMartin/
Online @ 33,600 Baud!
-><-

Reply via email to