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.
1 parent b9ae8ce commit 88b837dCopy full SHA for 88b837d
Types/VariableExpressionAST/ConvertFromAST.ps1
@@ -1,3 +1,5 @@
1
+# Most variables we will not know the value of until we have run.
2
+# the exceptions to the rule are: $true, $false, and $null
3
if ($this.variablePath.userPath -in 'true', 'false', 'null') {
4
$ExecutionContext.SessionState.PSVariable.Get($this.variablePath).Value
5
} else {
0 commit comments