Left By Degs/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Line 2: Line 2:


[[Category:Movement]]
[[Category:Movement]]
<section begin="image"/>[[File:Left By Degs.png|alt=The left by degs block|thumb]]<section end="image"/>
<section begin="image"/>[[File:Left By Degs.png|alt=The left by degs block|thumb]]<section end="image"/><p id="tooltip">Turns left with a specified number of degrees during each tick.</p>
 
<section begin="name" />'''{{Block|left by [_] degs}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.
<section begin="name" />'''{{Block|left by [_] degs}}'''<section end="name" /> is a [[code block]] part of the [[Movement]] drawer.


==Usage==
==Usage==
<p id="tooltip">{{Block|left by [_] degs}} orientates the [[agents|agent]]  in [[Spaceland]] to the left of its original [[heading]] by the inputted number of degrees during each Starlogo clock [[tick]].</p>
{{Block|left by [_] degs}} orientates the [[agents|agent]]  in [[Spaceland]] to the left of its original [[heading]] by the inputted number of degrees during each Starlogo clock [[tick]].


===Syntax===
===Syntax===

Revision as of 16:25, 8 August 2023

Other languages:
The left by degs block

Turns left with a specified number of degrees during each tick.

left by [_] degs is a code block part of the Movement drawer.

Usage

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

Syntax

left by [number] degs

Nuances

Related Blocks