Turtle and Observer Command

to-list [elements of new list]

Takes the elements of new list and creates a new list with them as its elements, then evaluates the list.

Examples:

to-list [1 2 3] returns the list [1 2 3].

Related commands: