That is rather odd. The function, I do not feel, should actually perform an operation on the argument being passed. At least, not in general. Same happens with 'lowercase'. Well, it answers the question I recall seeing about capitalizing: >> uppercase/part x 1 ;)
> Hi rebols, > > >> x: "hello" > == "hello" > >> y: uppercase x > == "HELLO" > >> x > == "HELLO" <====<<<< Why is x now uppercase? > > This is really unexpected behavior! Is this a bug? > > Is it like this in the new version of rebol (I haven't upgraded yet)? > > Louis > > -- > To unsubscribe from this list, please send an email to > [EMAIL PROTECTED] with "unsubscribe" in the > subject, without the quotes. > -- To unsubscribe from this list, please send an email to [EMAIL PROTECTED] with "unsubscribe" in the subject, without the quotes.
