Right By Degs: Difference between revisions

From StarLogo Nova Wiki
(updates from Blockument)
(Marked this version for translation)
 
Line 2: Line 2:
<translate>
<translate>


<!--T:3-->
<section begin="image"/>[[File:right_by_degs.png|alt=The Right By Degrees Block|thumb]]<section end="image"/>
<section begin="image"/>[[File:right_by_degs.png|alt=The Right By Degrees Block|thumb]]<section end="image"/>


Line 7: Line 8:
<p id="tooltip">Turns right by a specified number of degrees.</p>
<p id="tooltip">Turns right by a specified number of degrees.</p>


==Usage==
==Usage== <!--T:4-->


<!--T:5-->
{{Block|right by [_] degs}} orientates the [[agents|agent]]  in [[Spaceland]] to the right of its original [[heading]] by the inputted number of degrees during each Starlogo clock [[tick]].
{{Block|right by [_] degs}} orientates the [[agents|agent]]  in [[Spaceland]] to the right of its original [[heading]] by the inputted number of degrees during each Starlogo clock [[tick]].


==Syntax==
==Syntax== <!--T:6-->


<!--T:7-->
<code>right by [number] degs</code>
<code>right by [number] degs</code>


<!--T:8-->
Inputs in this block:
Inputs in this block:
#a number
#a number


==Related Blocks==
==Related Blocks== <!--T:9-->


<!--T:10-->
*{{Block|Forward|forward [_]}}
*{{Block|Forward|forward [_]}}
*{{Block|Backwards|backwards [_]}}
*{{Block|Backwards|backwards [_]}}

Latest revision as of 18:29, 14 August 2023

Other languages:
The Right By Degrees Block

Turns right by a specified number of degrees.

Usage

right by [_] degs orientates the agent in Spaceland to the right of its original heading by the inputted number of degrees during each Starlogo clock tick.

Syntax

right by [number] degs

Inputs in this block:

  1. a number

Related Blocks