El Mundo

From StarLogo Nova Wiki
This page is a translated version of the page The World and the translation is 25% complete.
Outdated translations are marked like this.
Other languages:
The world

The World is a bloque de código part of the ambiente drawer.

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).

Sintaxis

[Textbox Insert] The World

Common Uses

Useful for simulations that require recursion, or agents that can act as the base case.

Example

The World example gif
The World example code

The model above shows two different types of elephants living in the same environment. ‘Hungry elephants’ prioritize eating more grass higher than ‘elephant’ agents do. All elephants must eat grass in order to survive and reproduce. At the end of the simulation, if you wish to see how many elephants of each type that were in the first generation are still alive, you can push the ‘Highlight First Generation’ button, which turns all ‘elephants’ that were in the first generation magenta and all ‘hungry elephants’ that were in the first generation yellow.

Nuances

Related Blocks