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

[REBOL] Re: Poke and Pick and binary! - bug

From: arolls:bigpond:au at: 4-May-2001 2:51

I see it too. Further; ; binary is coded in hexadecimal by default
>> to-integer #{14}
== 20 ; ok
>> to-binary 20
== #{3230} ; That's not right
>> to-integer to-binary 20
== 12848 ; I expected 20, the same value, back.
>> to-binary to-integer to-binary 20
== #{3132383438} ; spinning out of control... etc Must be a bug. REBOL/View/Pro 1.1.0.3.1 16-Apr-2001 Anton.