The World

From StarLogo Nova Wiki
Revision as of 14:57, 8 August 2023 by Admin (talk | contribs) (add tooltip text)
Other languages:


The world

Returns an agent (data type) that represents The World.

The World is a code block part of the Environment drawer.

Usage

The World refers to an agent that represents The World. Can be used as a location to mean the center of SpaceLand, which is (0,0).

Syntax

[Textbox Insert] The World

Common Uses

Useful for simulations that require recursion, or agents that can act as the base case.

Nuances

Related Blocks