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.get_Stack
1 parent b91de65 commit 5a38fc1Copy full SHA for 5a38fc1
Types/Turtle/get_Stack.ps1
@@ -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