Thanks for feedback, I included your example to highfun.r

<< What I mainly wanted was you to try if the new
/N refinement of APPLY works as you expect it to. I suppose  you did. >>

<<Gregg>>

I tried it with basic named arguments and it worked fine. I played a little
bit and couldn't figure out if I could, or how, to use both /r and /n
together. For example, given the folowing function:

test-fn: func [a b /ref-c c /ref-d d] [
    print ["A:" a]
    print ["B:" b]
    if ref-c [
        print ["/C:" c]
    ]
    if ref-d [
        print ["/D:" d]
    ]
]

Could I specify both /ref-c and /ref-d, but then supply *their* arguments as
named arguments or do named arguments apply only to standard function
parameters.

--Gregg


-- 
To unsubscribe from this list, please send an email to
[EMAIL PROTECTED] with "unsubscribe" in the 
subject, without the quotes.

Reply via email to