[REBOL] Re: The complete Rebol named argument passing
From: g:santilli:tiscalinet:it at: 26-Feb-2004 18:21
Hi Romano,
On Thursday, February 26, 2004, 5:46:20 PM, you wrote:
RPT> Refinement have not an order, like arguments.
They do, the order in which they are defined in the function.
f: func [a b c] [...]
apply :f [1 2 3] it's like set [a b c] [1 2 3]
f: func [a /b c] [...]
apply :f [1 2 3] it's like set [a b c] [1 2 3]
To avoid problems with some function maybe APPLY could accept only
LOGIC! values for refinements...
Regards,
Gabriele.
--
Gabriele Santilli <[g--santilli--tiscalinet--it]> -- REBOL Programmer
Amiga Group Italia sez. L'Aquila --- SOON: http://www.rebol.it/