The World

From StarLogo Nova Wiki
Revision as of 10:45, 30 November 2022 by Admin (talk | contribs) (Created page with "<section begin=image/> <section end=image/> <section begin="name" />'''<code>The World</code>'''<section end="name" /> is a code block part of the Environment drawer. == Usage== <p id="tooltip"><code>The World</code> refers to an agent that represents The World. Can be used as a location to mean the center of SpaceLand, which is (0,0).</p> ===Syntax=== <code>[Textbox Insert] The World</code> ==Common Uses== Useful for simulations that require recursion, or a...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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