Hi Romano,

On Thursday, February 26, 2004, 2:11:58 PM, you wrote:

RPT>     x: func [a /b c][]
RPT>     ;can be called
RPT>     x/b 1 2
RPT>     ;or
RPT>     x/arg_block [1 /b 2]

I think we just need an APPLY native function,

   apply :x [1 /b 2]

or even:

   apply :x [1 true 2]

that is probably closer to what REBOL does internally.

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