Set Clock To/es: Difference between revisions

From StarLogo Nova Wiki
(Created page with "===Sintaxis===")
(Created page with "<section begin=image/>right|alt=The Create Each Do Block|thumb<section end=image/>")
Line 14: Line 14:
===Sintaxis===
===Sintaxis===


<div lang="en" dir="ltr" class="mw-content-ltr">
<section begin=image/>[[File:Set Clock To Nums Es.png|right|alt=The Create Each Do Block|thumb]]<section end=image/>
<code>set clock to [Textbox: Number]</code>
</div>


<div lang="en" dir="ltr" class="mw-content-ltr">
<div lang="en" dir="ltr" class="mw-content-ltr">

Revision as of 19:39, 26 July 2023

Other languages:


Set clock to

set clock to [_] is a bloque de código part of the ambiente 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.

Sintaxis

The Create Each Do Block

Common Uses

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

Nuances

Related Blocks