[REBOL] Re: 32 bit - dword values
From: rebol:techscribe at: 15-Jan-2001 15:39
Hi Paul, try>> to integer! #7fffffff ;- seven f'sand then try>> to integer! #8fffffff ;- again seven f'sand>> to integer! #ffffffff ;- eight f'sIn short, REBOL supports SIGNED 32 bit integers. Hope this helps Elan Paul Tretter wrote: