TO-BITSET
REBOL Dictionary 2.0
Converts to bitset value.
to-bitset value
value - Value to convert
Converts other values to BITSET.
probe to-bitset [#"a" - #"z" #"A" - #"Z"] make bitset! #{ 0000000000000000FEFFFF07FEFFFF0700000000000000000000000000000000 }
to - Constructs and returns a new value after conversion.
Copyright 2003 REBOL Technologies