Count Within Steps/es: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 3: Line 3:
[[Category:Detección]][[Category:Code Block]]
[[Category:Detección]][[Category:Code Block]]
<section begin=image/>[[File:Count Within Steps.png|alt=The count within steps|thumb]]<section end=image/>
<section begin=image/>[[File:Count Within Steps.png|alt=The count within steps|thumb]]<section end=image/>
<section begin="name" />'''<code>count [▼] within [_] steps</code>'''<section end="name" /> is a [[code block]] part of the [[Special:MyLanguage/Detection|Detección]] drawer.
<section begin="name" />'''<code>contar [▼] a distancia [_] pasos</code>'''<section end="name" /> is a [[Special:MyLanguage/Code Block|bloque de código]] part of the [[Special:MyLanguage/Detection|detección]] drawer.


== Usage==
== Usage==
<p id="tooltip"><code>count [▼] within [_] steps</code> is used to provide the number of agents of a selected breed that exist within a given [[step]] limit in [[Spaceland]].</p>
<p id="tooltip"><code>contar [▼] a distancia [_] pasos</code> is used to provide the number of agents of a selected breed that exist within a given [[Special:MyLangauge/Step|paso]] limit in [[Special:MyLanguage/Spaceland|Spaceland]].</p>


<span id="Syntax"></span>
<span id="Syntax"></span>
Line 14: Line 14:


==Common Uses==
==Common Uses==
*A common use of the <code>count [▼] within [_]</code> block is to monitor the total population of agents of a select breed. To do this simply, [[The World]] agent can be directed to count the number of agents within some region of [[Spaceland]].
*A common use of the <code>contar [▼] a distancia [_] pasos</code> block is to monitor the total population of agents of a select breed. To do this simply, [[Special:MyLangauge/The World|El Mundo]] agent can be directed to count the number of agents within some region of [[Special:MyLanguage/Spaceland|Spaceland]].


<span id="Nuances"></span>
<span id="Nuances"></span>
==Para tener en cuenta==
==Para tener en cuenta==


==Related Blocks==
==Bloques Relacionados==
*<code>[[Count Within Steps With =|count [▼] within [_] with [▼] = [_]]]</code>
*<code>[[Special:MyLanguage/Count Within Steps With =|contar [▼] a distancia [_] pasos con [▼] = [_]]]</code>

Revision as of 16:31, 29 June 2023

Other languages:
The count within steps

contar [▼] a distancia [_] pasos is a bloque de código part of the detección drawer.

Usage

contar [▼] a distancia [_] pasos is used to provide the number of agents of a selected breed that exist within a given paso limit in Spaceland.

Sintaxis

count [Dropdown: Type of Agent](s) within [Textbox: Number] steps

Common Uses

  • A common use of the contar [▼] a distancia [_] pasos block is to monitor the total population of agents of a select breed. To do this simply, El Mundo agent can be directed to count the number of agents within some region of Spaceland.

Para tener en cuenta

Bloques Relacionados