For some reason I'm failing abominably at asking turtles to go to xy coordinates in a list. I've tried several approaches and though I can see why some of them are wrong I can't identify what's right.
(foreach [ 1 2 3 4] [-16 -16 -16 -16] [12 11 10 9] [ask turtle ?1 [setxy ?2 ?3 ]])
*following this, I could set a list of commands e.g. setxy for each but that seems a waste. Additionally I'd like to call the turtle by some variable rather than an item in a list.
Ideallty, I would like to set the list as a varaiable e.g. set mylist [[0 1] [0 2]...] But I'm not sure how to go about iterating through the items.
http://ccl.northwestern.edu/netlogo/docs/dictionary.html#foreach