REBOL Document

Binary? - Function Summary


Summary:

Returns TRUE for binary values.

Usage:

binary? value

Arguments:

value - The value argument. (must be: any-type)

Description:

Returns FALSE for all other values.


    print binary? #{13FF Acd0}
    true


    print binary? 1234
    false

Related:

type? - Returns a value's datatype.


<Back | Index | Next>

Copyright 2004 REBOL Technologies