REBOL Document

To-list - Function Summary


Summary:

(missing)

Usage:

to-list value

Arguments:

value - The value argument.

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.

AltStyle によって変換されたページ (->オリジナル) /