Translations:Set Clock To/2/en: Difference between revisions

From StarLogo Nova Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
Line 1: Line 1:
== Usage==
== Usage==
<p id="tooltip"><code>set clock to [_]</code> sets the value of clock to some number. Typically, when you reset the clock, you want to start it at 0.</p>
<code>set clock to [_]</code> sets the value of clock to some number. Typically, when you reset the clock, you want to start it at 0.

Revision as of 14:58, 8 August 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 (Set Clock To)
==Usage==
<code>set clock to [_]</code> sets the value of clock to some number. Typically, when you reset the clock, you want to start it at 0.

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.