[REBOL] Bitset!
From: Patrick::Philipot::laposte::net at: 19-Jun-2004 11:09
Hi List Just out of curiosity, is it possible to know what characters are encoded in a bitset? For example, giving this bitset! I would like to get "abcd". == make bitset! #{ 0000000000000000000000001E00000000000000000000000000000000000000 } -- Regards Patrick