Hi,

I don't know what happened to the site, here is the example:

    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]
        ]
    ]
    apply/r/n :test-fn [ref-d ref-c] [d: 1 c: 2 b: 3 a: 4]


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

Reply via email to