Rebol Programming/bitset?
USAGE:
BITSET? value
DESCRIPTION:
Returns TRUE for bitset values.
BITSET? is an action value.
ARGUMENTS
- value -- (Type: any-type)
SOURCE CODE
bitset?: native["Returns TRUE for bitset values." value [any-type!] 38]
BITSET? value
Returns TRUE for bitset values.
BITSET? is an action value.
bitset?: native["Returns TRUE for bitset values." value [any-type!] 38]