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)
Line 10: Line 10:


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

Revision as of 18:09, 8 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

Para tener en cuenta

Bloques relacionados

Recursos en video relevantes

Actividades relevantes