REBOL Document

To-hash - Function Summary


Summary:

(missing)

Usage:

to-hash value

Arguments:

value - The value argument.

Description:

Converts other values to HASH.


    test-hash: to-hash [Bob Tina Fred Sandra Linda]
    probe find test-hash 'Fred
    make hash! [Fred Sandra Linda]

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2004 REBOL Technologies