[REBOL] make bitset!
From: hallvard:ystad:helpinhand at: 22-Oct-2001 16:29
>> a: charset "a"== make bitset! #{ 0000000000000000000000000200000000000000000000000000000000000000 } How do I make a bitset that contains *anything*but* "a", i.e. the bitset above "inverted"? Or, as another solution (for a parse), what's the syntax for parsing a string for anything but the bitset above? ~H