TO-LIST

REBOL Dictionary 2.0


Summary:

Converts to list value.

Usage:

to-list value

Arguments:

value - Value to convert

Description:

Converts other values to LIST.


    test-list: to-list [Bob Tina Fred Sandra Linda]
    insert next test-list "Alice"
    probe test-list
    make list! [Bob "Alice" Tina Fred Sandra Linda]

Related:

to - Constructs and returns a new value after conversion.


<Back | Index | Next>

Copyright 2003 REBOL Technologies