How to convert a block of strings into a block?
To change this:
keep rejoin['circle " " coord " " 5 " "]]]
["circle 10x10 5 " "circle 20x20 5 " "circle 30x30 5 "]
to this:
[circle 10x10 5 circle 20x20 5 circle 30x30 5]
I want to change it so it can be used with VID.
view [
size 800x600
base 780x580
draw drawblock
]
Thanks!