Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: variable number of arguments

From: lmecir:mbox:vol:cz at: 3-Dec-2000 16:32

Hi all, I promised you to introduce some Variable Number Of Arguments taking functions, but am not sure, if it is worth the effort, because to design such a dialect is a time-consuming work. That is why I am tempted to resign for the time being and return to it later eventually. If you are missing my explanation why args-taken? :do reduce [:- 1 2 3] yields 3, while args-taken? :- [1 2 3] yields 1, let me know. Regards Ladislav