The World: Difference between revisions

From StarLogo Nova Wiki
(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...")
 
No edit summary
Line 1: Line 1:
<section begin=image/>
<section begin=image/>
 
[[File:The world.png|alt=The world|thumb]]
<section end=image/>
<section end=image/>
<section begin="name" />'''<code>The World</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.
<section begin="name" />'''<code>The World</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.

Revision as of 10:46, 30 November 2022

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