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

[REBOL] Re: Rebol interpreter bug with comparison of dates

From: rotenca:telvia:it at: 5-Dec-2002 22:44

Hi Ladislav and Gabriele, I did not have any crash here. But how rebol sort Object? I did not see a logic in what happens:
>> sort reduce [context [a: "a"]context [b: "b"]]
== [ make object! [ b: "b" ] make object! [ a: "a" ]] --- Ciao Romano