You mean like this?
f: func [/test a][print a]
f/test/test 1 2
; == 2Anton. > I don't see this one as a bug. I see it as useful for construction of > dynamic > function calls from sequentially updated (or appended data). This > behaviour > (last in always wins) > is also consistent with, make object! [test: "123" test: "test"] > Allen K -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
