Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: The complete Rebol named argument passing

From: rotenca:telvia:it at: 26-Feb-2004 17:46

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