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