Rebol Programming/to-bitset

USAGE:Edit

TO-BITSET value 

DESCRIPTION:Edit

(undocumented)

TO-BITSET is a function value.

ARGUMENTSEdit

  • value -- (Type: any)

SOURCE CODEEdit

to-bitset: func [value][to bitset! :value]