Skip to content

Commit 5a38fc1

Browse files
feat: Turtle.get_Stack ( Fixes #93 )
1 parent b91de65 commit 5a38fc1

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Types/Turtle/get_Stack.ps1

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if ($null -ne $this.'.Stack'.Count) {
2+
$this | Add-Member NoteProperty '.Stack' ([Collections.Stack]::new()) -Force
3+
}
4+
$this.'.Stack'

0 commit comments

Comments
 (0)