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.PenColor()
1 parent c07ecda commit e9cb9fdCopy full SHA for e9cb9fd
Types/Turtle/PenColor.ps1
@@ -0,0 +1,3 @@
1
+param($stroke = 'currentColor')
2
+$this.Stroke = $stroke
3
+return $this
0 commit comments