Set Clock To: Difference between revisions

From StarLogo Nova Wiki
No edit summary
No edit summary
Line 2: Line 2:
[[File:Set clock to.png|alt=Set clock to|thumb]]
[[File:Set clock to.png|alt=Set clock to|thumb]]
<section end=image/>
<section end=image/>
<section begin="name" />'''<code>set clock to[_]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.
<section begin="name" />'''<code>set clock to [_]</code>'''<section end="name" /> is a [[code block]] part of the [[Environment]] drawer.


== Usage==
== Usage==

Revision as of 10:38, 30 November 2022

Set clock to

set clock to [_] is a code block part of the Environment drawer.

Usage

set clock to [_] sets the value of clock to some number. Typically, when you reset the clock, you want to start it at 0.

Syntax

set clock to [Textbox: Number]

Common Uses

This is commonly used to reset the clock, which is helpful for each time you run a simulation.

Nuances

Related Blocks