REBOL Document

Bitset? - Function Summary


Summary:

Returns TRUE for bitset values.

Usage:

bitset? value

Arguments:

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

Description:

Returns FALSE for all other values.


    print bitset? make bitset! "abc"
    true


    print bitset? 123
    false

Related:


<Back | Index | Next>

Copyright 2004 REBOL Technologies