Turtle, Observer, Patch

to-list [list of commands]

Parameters:
[list of commands] List of commands Commands to execute whose return values will form the list

Description:
Runs then commands in [list of commands] and makes a new list from each command's return value.

Examples:
globals [foo]

set foo 45
to-list [1 2 + 4 foo] returns the list [1 6 45].

Related Commands:
list make-list pick sentence sublist to-delimited-string to-string