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 9: Line 9:
{{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]].
{{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==
<code>left by [number] degs</code>
<code>left by [number] degs</code>


== Nuances ==
==Nuances==





Revision as of 14:36, 14 August 2023

Other languages:
The left by degs block

Turns left by a specified number of degrees.

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