Var is: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 5: Line 5:
[[Category:Variables]]
[[Category:Variables]]
[[Category:Code Block]]
[[Category:Code Block]]
<p id="tooltip">Creates a variable (a place to store data) in the agent's context with a specified name. You can rename the variable by selecting the “name” text and typing over it. You can also specify what type of variable using the drop down menu. The variable only exists in the stack of code where it is created.</p>
<p id="tooltip">Creates the specified number of agents of the selected breed. Each newly created agent immediately follows the directions specified in "do".</p>
 
</translate>
</translate>

Revision as of 17:07, 8 August 2023

Other languages:

Creates the specified number of agents of the selected breed. Each newly created agent immediately follows the directions specified in "do".