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

[REBOL] Re: ['=]

From: pwawood:mango:my at: 27-Oct-2004 20:33

Anton A very good point. Obviously some datatypes are more equal than others. ;-))) I think the explanation is that both 1 and 1.0 are number datatypes. From the little I know Rebol freely converts between the number datatypes.
>> 1 = "1"
== false is consistent with Harvard's url = string "funny". Regards Peter On Wednesday, Oct 27, 2004, at 10:37 Asia/Kuala_Lumpur, Anton Rolls wrote: