[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