Delete/es: Difference between revisions
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= | <section begin=name/>'''<code>delete</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer. | ||
</div> | |||
< | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
== | ==Usage== | ||
</div> | |||
< | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
Deletes the [[agent]] executing the [[stack]] of code. | |||
</ | </div> | ||
< | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
== | ==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> | |||
< | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
No code may be placed underneath the delete block as there will be no agent available to run the code. | |||
</ | </div> | ||
< | <div lang="en" dir="ltr" class="mw-content-ltr"> | ||
==Related Blocks== | |||
*<code>[[delete everyone]]</code> | |||
*<code>[[delete agent|delete agent [_]]]</code> | |||
</div> | |||
== | |||
*<code>[[ | |||
*<code>[[ |
Revision as of 20:42, 20 June 2023
delete
is a code block part of the agents drawer.
Usage
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.