Me/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
(Updating to match new version of source page)
Line 4: Line 4:
<section begin=image/>
<section begin=image/>
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
<section end=image/>
<section end=image/><p id="tooltip">Refers to the agent.</p>
<section begin=name/><p id="tooltip">Refers to the agent.</p>


'''<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:29, 8 August 2023

Other languages:
The Delete Everyone Block

Refers to the agent.

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 [_].

Syntax

(in reference to itself) me

Nuances

Related Blocks

Relevant Video Resources

Relevant Activities