Hi SunandaDH,

On Wednesday, January 14, 2004, 7:21:39 PM, you wrote:

Sac> But it makes it much harder (I won't say impossible, or someone will email in
Sac> a char-xor function) to do boolean operations.

You  could  use  a binary! and use the characters #{00} and #{01};
then you can easily use boolean operations. This is still somewhat
a  waste of memory, but as long as we're talking a couple thousand
chars noone would really notice it. :)

>> #{0001010100} xor #{0101000000}
== #{0100010100}

Regards,
   Gabriele.
-- 
Gabriele Santilli <[EMAIL PROTECTED]>  --  REBOL Programmer
Amiga Group Italia sez. L'Aquila  ---   SOON: http://www.rebol.it/

-- 
To unsubscribe from this list, just send an email to
[EMAIL PROTECTED] with unsubscribe as the subject.

Reply via email to