El Mundo

From StarLogo Nova Wiki
Revision as of 15:56, 27 June 2023 by Admin (talk | contribs) (Created page with "==Related Blocks== *<code>world trait [▼]</code> *<code>set world [▼] to [_]</code> Category:Ambiente Category:Code Block")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:


The world

The World is a code block part of the Ambiente 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