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.Clear()
1 parent 4c2059b commit 122f500Copy full SHA for 122f500
Types/Turtle/Clear.ps1
@@ -0,0 +1,3 @@
1
+$this.Position = 0, 0
2
+$this.Heading = 0
3
+$this.Steps = @()
0 commit comments