Delete: Difference between revisions

From StarLogo Nova Wiki
No edit summary
Tag: Reverted
No edit summary
Tag: Reverted
Line 42: Line 42:


*<code><translate>
*<code><translate>
[[Special:MyLanguage/Delete Everyone|delete everyone]]
[[Special:MyLanguage/Delete Everyone|delete everyone]]</translate></code>
</translate>
</code>


*<code><translate>
*<code><translate>
[[Special:MyLanguage/Delete Agent|delete agent [_]]]
[[Special:MyLanguage/Delete Agent|delete agent [_]]]</translate></code>
</translate>
</code>

Revision as of 19:43, 16 May 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.

Syntax

(in reference to itself) delete

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.

Related Blocks