TO-LIST
REBOL Dictionary 2.0
Converts to list value.
to-list value
value - Value to convert
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]
to - Constructs and returns a new value after conversion.
Copyright 2003 REBOL Technologies