We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Turtle.Rectangle()
1 parent ee0635d commit c4245f6Copy full SHA for c4245f6
Types/Turtle/Rectangle.ps1
@@ -22,4 +22,8 @@ if (-not $Height) {
22
$Height = $width/((1 + [Math]::Sqrt(5))/2)
23
}
24
25
-$this.Forward($width).Rotate(90).Forward($Height).Rotate(90).Forward($Width).Rotate(90).Forward($height).Rotate(90)
+$this.
26
+ Forward($width).Rotate(90).
27
+ Forward($Height).Rotate(90).
28
+ Forward($Width).Rotate(90).
29
+ Forward($height).Rotate(90)
0 commit comments