Me: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
mNo edit summary
Line 6: Line 6:
<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>


<!--T:7-->
<section begin=name/>'''<code>me</code>'''<section end=name/> is a [[code block]] part of the [[agents]] drawer.
'''<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:06, 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