Rebol Programming/to-bitset
USAGE:
TO-BITSET value
DESCRIPTION:
(undocumented)
TO-BITSET is a function value.
ARGUMENTS
- value -- (Type: any)
SOURCE CODE
to-bitset: func [value][to bitset! :value]
TO-BITSET value
(undocumented)
TO-BITSET is a function value.
to-bitset: func [value][to bitset! :value]