Delete: Difference between revisions

From StarLogo Nova Wiki
Tag: Reverted
No edit summary
Tags: Reverted Visual edit
Line 13: Line 13:


==Related Blocks==
==Related Blocks==
*<code>[[delete everyone]]</code>
*<code>[[Delete Everyone|delete everyone]]</code>
*<code>[[delete agent|delete agent [_]]]</code>
*<code>[[Delete Agent|delete agent [_]]]</code>

Revision as of 08:41, 10 November 2022

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.

Related Blocks