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 <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to