Returns TRUE for binary values.
binary? value
value - The value argument. (must be: any-type)
Returns FALSE for all other values.
print binary? #{13FF Acd0} true
print binary? 1234 false
type? - Returns a value's datatype.
Copyright 2004 REBOL Technologies