Rebol Programming/bitset?

USAGE: edit

BITSET? value 

DESCRIPTION: edit

Returns TRUE for bitset values.

BITSET? is an action value.

ARGUMENTS edit

  • value -- (Type: any-type)

SOURCE CODE edit

bitset?: native["Returns TRUE for bitset values." value [any-type!] 38]