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

c++ - rosrun via ssh doesnt start a node properly -

android - questions about switching from C2DM to GCM -

How to resolve Delphi error: Incompatible types: 'PWideChar' and 'Pointer' -