The World/es: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 4: Line 4:
[[File:ElMundo.png|alt=The world|thumb]]
[[File:ElMundo.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 [[Ambiente]] drawer.
<section begin="name" />'''<code>The World</code>'''<section end="name" /> is a [[Special:MyLanguage/code block|bloque de código]] part of the [[Special:MyLanguage/Environment|ambiente]] drawer.


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 19:03, 10 July 2023

Other languages:


The world

The World is a bloque de código 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