[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