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