Download NetLogo 4.0 User Manual - scstevenson

Transcript
NetLogo 4.0 User Manual
For more information about writing procedures, read Tutorial #3: Procedures and the Programming
Guide.
Includes Menu
When you add the __includes keyword to a model a menu to the right of the procedures menu
appears. This is the includes menu which lists all the NetLogo source files (.nls) included in this file
(either .nlogo or .nls).
You can click on the file names in the menu to open a new tab containing that file, or you can open
new files, or files in the file system using the other New Source File and Open Source File
respectively.
Once you've opened new tabs you can navigate them similarly to the other tabs. They are
accessible from the Tabs menu and you can use the keyboard to move from tab to tab (Command +
number on Mac, Control + number on other operating systems).
Interface Guide
85