The World: Difference between revisions
(Marked this version for translation) |
(add tooltip text) |
||
Line 5: | Line 5: | ||
<section begin=image/> | <section begin=image/> | ||
[[File:The world.png|alt=The world|thumb]] | [[File:The world.png|alt=The world|thumb]] | ||
<section end=image/> | <section end=image/><p id="tooltip">Returns an agent (data type) that represents The World.</p> | ||
<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. | ||
<!--T:2--> | <!--T:2--> | ||
== Usage== | == Usage== | ||
<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). | |||
===Syntax=== <!--T:3--> | ===Syntax=== <!--T:3--> |
Revision as of 14:57, 8 August 2023
Returns an agent (data type) that represents 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.