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

[REBOL] Re: Arithmetic shifts

From: greggirwin:mindspring at: 17-Aug-2004 0:56

Hi Jorge, JAM> How can I perform an arithmetic shift (or a floored division) in JAM> REBOL? to integer! value / radix (newer betas have a mezzanine ROUND function with a /floor refinement) -- Gregg