Skip to content

Commit dcb4575

Browse files
feat: Turtle.VerticalLine ( Fixes #281 )
Returning `$this`
1 parent 7eaccc3 commit dcb4575

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Types/Turtle/VerticalLine.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,4 @@ $instruction =
2424
}
2525
$this.Position = 0, $Distance
2626
$this.Steps.Add($instruction)
27+
return $this

0 commit comments

Comments
 (0)