Me/es: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
<languages/>
<languages/>


<div class="mw-translate-fuzzy">
[[Category: Agentes]]
[[Category: Agentes]]
<section begin=image/>
<section begin=image/>
Line 8: Line 9:
==Uso==
==Uso==
<p id="tooltip"><code>mí</code> se utiliza para referirse a la [[Special:MyLanguage/Agents|agente]] ejecutando el código. Este bloque se utiliza a menudo como [[Special:MyLanguage/socket|enchufe]] en otros bloques, como <code>[[Special:MyLanguage/Delete Agent|eliminar agente [_]]]</code>. </p>
<p id="tooltip"><code>mí</code> se utiliza para referirse a la [[Special:MyLanguage/Agents|agente]] ejecutando el código. Este bloque se utiliza a menudo como [[Special:MyLanguage/socket|enchufe]] en otros bloques, como <code>[[Special:MyLanguage/Delete Agent|eliminar agente [_]]]</code>. </p>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">
'''<code>me</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
<section begin=name/>'''<code>me</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
==Usage==
==Usage==
<code>me</code> is used to refer to the [[agent]] executing the code. This block is often used as a [[socket]] in other blocks, such as <code>[[Delete Agent|delete agent [_]]]</code>.
<code>me</code> is used to refer to the [[agent]] executing the code. This block is often used as a [[socket]] in other blocks, such as <code>[[Delete Agent|delete agent [_]]]</code>.
</div>
</div>


===Sintaxis===
==Sintaxis==
<code>(in reference to itself) me</code>
<code>(in reference to itself) me</code>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Example==
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
[[File:me_example.gif|alt=Me example gif|thumb]]
[[File:me_example.png|alt=Me example code|thumb]]
</div>
<div lang="en" dir="ltr" class="mw-content-ltr">
This is a model of a salt precipitating out of a solution. When the ‘K’ agent collides with the ‘Cl’ agent, both agents are deleted and a new ‘Salt’ agent is created.
</div>


<span id="Nuances"></span>
<span id="Nuances"></span>
Line 23: Line 38:
<span id="Related_Blocks"></span>
<span id="Related_Blocks"></span>
==Bloques relacionados==
==Bloques relacionados==
<div lang="en" dir="ltr" class="mw-content-ltr">
<strong>Note:</strong> Using the me block inside the delete agent block produces the same behavior as using a delete block.
</div>


<span id="Relevant_Video_Resources"></span>
<span id="Relevant_Video_Resources"></span>

Latest revision as of 19:07, 11 August 2023

Other languages:
The Delete Everyone Block

es un bloque de código parte de agentes cajón.

Uso

se utiliza para referirse a la agente ejecutando el código. Este bloque se utiliza a menudo como enchufe en otros bloques, como eliminar agente [_].

me is a code block part of the agents drawer.

Usage

me is used to refer to the agent executing the code. This block is often used as a socket in other blocks, such as delete agent [_].

Sintaxis

(in reference to itself) me

Example

Me example gif
Me example code

This is a model of a salt precipitating out of a solution. When the ‘K’ agent collides with the ‘Cl’ agent, both agents are deleted and a new ‘Salt’ agent is created.

Para tener en cuenta

Bloques relacionados

Note: Using the me block inside the delete agent block produces the same behavior as using a delete block.

Recursos en video relevantes

Actividades relevantes