diff options
author | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-08-17 01:53:41 -0700 |
---|---|---|
committer | Andrew Ryan Davis <AndrewDavis1191@gmail.com> | 2020-08-20 12:30:32 -0700 |
commit | 2e9734975e3a12d37ea3a899c3d98b2a565e0a40 (patch) | |
tree | a0ee4e8f73e8e6ce6ce5f45f4874236a77d8175b /powershell.html.markdown | |
parent | e6a53387bee66c4315c22354cd5a3edbbb0c6018 (diff) |
Removing duped entry
Diffstat (limited to 'powershell.html.markdown')
-rw-r--r-- | powershell.html.markdown | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/powershell.html.markdown b/powershell.html.markdown index 2d4c65b7..166b67a0 100644 --- a/powershell.html.markdown +++ b/powershell.html.markdown @@ -151,8 +151,6 @@ $null # => None # $null, 0, and empty strings and arrays all evaluate to False. # All other values are True -# $null, 0, and empty strings and arrays all evaluate to False. -# All other values are True function test ($value) { if ($value) { Write-Output 'True' |