Agent
Agents are the backbone of StarLogo Nova. Agents are the objects commonly seen moving around SpaceLand.
Creation & Deletion
Agents are created using code blocks such as:
Agents can be deleting using blocks such as:
Code Execution
Agents execute code blocks under their specified tab in the workspace. The code written under the tab can be thought of a set of instructions each agent makes a copy of and follows individually.