[REBOL] Re: variable number of arguments
From: al:bri:xtra at: 27-Nov-2000 8:33
Russell Yost pointed out:> As a rank amateur, couldn't a function handle a variable number of arguments if they were "passed" in a single block?Of course. That's the best way of passing any number of arguments. You can also pass the multiple arguments as a string of characters as well if that makes more sense (parsing a file for example. Andrew Martin Still thinking about 'do...