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: 3-Mar-2004 16:47

Hi Anton,
> This sparks an idea for new syntax for me. How about: > > find/::case/::skip a b size > > That way you can pick and choose which refinements will be > propagated and which are hard-coded. eg: > > find/::case/skip a b size > > This means: > /case is propagated if case is true > /skip is always specified
Interesting, but this should require a new word datatype double-get-word!. --- Ciao Romano