An undefined number of strings with the NetLogo command(s) to be executed.
Vectors, lists and data.frames will be represented as NetLogo lists. To set a NetLogo list you can write 'set mylist',c(1,2,3)
if the current NetLogo model knows a list named mylist
.
Furthermore, you can execute multiple commands in series, e.g. 'setup','go'