Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: ['=]

From: hallvard::ystad::oops-as::no at: 31-Oct-2004 23:54

Dixit Peter:
>Help = Returns TRUE if the values are equal. >Help == Returns TRUE if the values are equal and of the same datatype. > >Implies that values can be equal regardless of datatype. {This in >itself seems a little incongruous given that it is a value which has a >datatype not a word.} > >I will report back RT's response to the Mailing List.
Thanks. I notice that in other cases, different datatypes containing the "same" data _are_ treated as equal, even though it's not documented:
>> replace a: [1 56 #"w" 'g] "w" "wsfg"
== [1 56 #"w" 'g] HELP REPLACE doesn't indicate that #"w" and "w" will be treated as being the same thing in this case. Regards, Hallvard PS to Ladislav et al.: I didn't learn much from studying my mail server log. I still cannot understand why I do not get any messages from the list. Hope the problem will be fixed soon, I really miss all this email (would you believe it?). Contrary to what Carl evangelizes, I find email to be a very useful and practical way of communicating.