Unable to create a "list" in NetLogo -


i trying create simple "list" returns error.

when type:

observer> set [2 4 6]

it returns: error: nothing named has been defined

i have netlogo version 5.1.0 , operation system ubuntu 14.04 lts. bug or doing not right?

this error doesn't have lists. a needs declared global in code tab work. add:

globals [ ]

to code tab.


Comments

Popular posts from this blog

android - questions about switching from C2DM to GCM -

c++ - Qt setGeometry: Unable to set geometry -

batch file - How to extract all multi-volume RAR archives from subfolders of a folder? -