Delete/es: Difference between revisions

From StarLogo Nova Wiki
No edit summary
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<languages/>


<div lang="en" dir="ltr" class="mw-content-ltr">
[[Category:Agents]]
[[Category:Agents]]
<section begin=image/>[[File:Delete Block.png|alt=The Delete Block|thumb]]<section end=image/>
<section begin=image/>[[File:Delete Block.png|alt=The Delete Block|thumb]]<section end=image/>
<section begin="name" />'''<code>eliminar</code>'''<section end="name" /> es un [[Special:MyLanguage/Code Block|bloque de comando]] parte del cajón [[Special:MyLanguage/Agent|agentes]].
<section begin=name/>'''<code>delete</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
</div>


<span id="Usage"></span>
<div lang="en" dir="ltr" class="mw-content-ltr">
== Uso==
==Usage==
</div>


<p id="tooltip">  
<div lang="en" dir="ltr" class="mw-content-ltr">
Elimina el [[Special:MyLanguage/Agent|agente]] que está ejecutando el [[Special:MyLanguage/Stack|segmento]] de código.
Deletes the [[agent]] executing the [[stack]] of code.
</p>
</div>


<span id="Syntax"></span>
<div lang="en" dir="ltr" class="mw-content-ltr">
===Sintaxis===
==Nuances==
<code>delete</code> does not delete all [[agent]]s of a type. <code>delete</code> deletes only the single agent that runs the block. See [[#Related Blocks|related blocks]] for other code blocks with similar delete functions.
</div>


<code>
<div lang="en" dir="ltr" class="mw-content-ltr">
(en referencia a sí mismo) eliminar
No code may be placed underneath the delete block as there will be no agent available to run the code.
</code>
</div>


<span id="Nuances"></span>
<div lang="en" dir="ltr" class="mw-content-ltr">
==Para tener en cuenta==
==Related Blocks==
 
*<code>[[delete everyone]]</code>
<code>eliminar</code> no borra todos los [[Special:MyLanguage/Agent|agent]]es de un tipo. <code>eliminar</code> elimina solo el único agente que ejecuta el bloque. Ver [[#Related Blocks|bloques relacionados]] para otros bloques de código con funciones de borrado similares.
*<code>[[delete agent|delete agent [_]]]</code>
 
</div>
No se debe colocar código debajo del bloque eliminar ya que no habrá ningún agente disponible para ejecutar dicho código.
 
<span id="Related_Blocks"></span>
==Bloques relacionados==
 
*<code>[[Special:MyLanguage/Delete Everyone|eliminar todos]]</code>
 
*<code>[[Special:MyLanguage/Delete Agent|eliminar agente [_]]]</code>

Revision as of 20:42, 20 June 2023

Other languages:
The Delete Block

delete is a code block part of the agents drawer.

Usage

Deletes the agent executing the stack of code.

Nuances

delete does not delete all agents of a type. delete deletes only the single agent that runs the block. See related blocks for other code blocks with similar delete functions.

No code may be placed underneath the delete block as there will be no agent available to run the code.