Translations:Me/1/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "Category:Agents <section begin=image/> alt=The Delete Everyone Block|thumb <section end=image/> <section begin=name/>'''<code>me</code>'''<section end=name/> is a code block part of the agents drawer. ==Usage== <p id="tooltip"><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 [_]</code>. </p>")
(No difference)

Revision as of 21:19, 20 June 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (Me)
[[Category:Agents]]
<section begin=image/>
[[File:Me.png|alt=The Delete Everyone Block|thumb]]
<section end=image/><p id="tooltip">Refers to the agent executing the code.</p>


The Delete Everyone Block

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