Create/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "<section begin=image/>right|alt=The Create Each Do Block|thumb<section end=image/>")
(Updating to match new version of source page)
Line 13: Line 13:


<span id="Syntax"></span>
<span id="Syntax"></span>
<div class="mw-translate-fuzzy">
===Sintaxis===
===Sintaxis===
</div>


<div class="mw-translate-fuzzy">
<section begin=image/>[[File:Create Nums.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
<section begin=image/>[[File:Create Nums.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
</div>


<span id="Nuances"></span>
<span id="Nuances"></span>

Revision as of 15:46, 21 July 2023

Other languages:
The create block

crear [_] [▼](s) es un bloque de código parte de agentes código.

Uso

crear [_] [▼](s) se usa para poblar Spaceland con agentes.

Sintaxis

The Create Each Do Block

Para tener en cuenta

Una diferencia importante entre crear y crear [_] [▼](s) cada uno hacer es eso crear [_] [▼](s) cada uno hacer permite que una sección de código se ejecute individualmente para cada agente que se crea. Crear solo crea agentes con el valor predeterminado rasgos en el centro de Spaceland.

can be useful for randomizing traits and scattering agents without effecting others.

Bloques relacionados

Recursos en video relevantes

Actividades relevantes