Hi Gabriele,

> 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.

How can an apply function understand that true is the /b refinement?

Refinement have not an order, like arguments.

---
Ciao
Romano

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

Reply via email to