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

[REBOL] hash bug

From: rotenca:telvia:it at: 2-Jan-2002 16:45

Librarian comment

It's been fixed:

Core 2.5.6
>> find sort to-hash [4 2 3] 2
== make hash! [2 3 4]
I have discovered the problem. The problem arise when you sort the hash!
>> find sort to-hash [4 2 3] 2
== none --- Ciao Romano