That's the same in the previous release (REBOL/View 1.2.1.3.1 21-Jun-2001) abd in the latest beta (REBOL/View 1.2.5.3.1 6-May-2002)
Should submit it to feedback. Was it a bad bug for you? Anton. > Bug! Duplicate function refinemets aren't checked. > > >> f: func [/base /test arg [string!]] [print ["arg:" arg]] > >> f/test/test "123" "test" > arg: test > >> f/test/test "123" > ** Script Error: f expected arg argument of type: string > ** Near: f/test/test "123" > > > Andrew Martin -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
