REBOL Document

To-bitset - Function Summary


Summary:

(missing)

Usage:

to-bitset value

Arguments:

value - The value argument.

Description:

Converts other values to BITSET.


    probe to-bitset [#"a" - #"z" #"A" - #"Z"]
    make bitset! #{
    0000000000000000FEFFFF07FEFFFF0700000000000000000000000000000000
    }

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2004 REBOL Technologies