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

[REBOL] Bitwise operations

From: ptretter::charter::net at: 14-Aug-2003 15:05

I think REBOL needs more native functions for handling bitwise operations. Such as bitwise shift operators (>>= <<=) . Also we need enbase debase functions for handling integer data or refinements for to-binary such as: to-binary/base 128 2
>>#{10000000}
Just some thoughts. Maybe I'm overlooking some functions. Paul Tretter