The World/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "==Related Blocks== *<code>world trait [▼]</code> *<code>set world [▼] to [_]</code> Category:Ambiente Category:Code Block")
(No difference)

Revision as of 15:56, 27 June 2023

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